s&box docs
API ReferenceSandbox.Localization

public class Sandbox.Localization.LanguageInformation

Constructors

Showing 1 constructors

public LanguageInformation(string title, string abbreviation, string parent = null, bool rightToLeft = False)

Parameters

  • parent: Default: null
  • rightToLeft: Default: False

Properties

Showing 4 properties

public string Sandbox.Localization.LanguageInformation.Abbreviation { get; set; }

ISO 639-1 code of the language, with optional ISO 3166-1 alpha-2 country specifiers. (for example "en-GB" for British English)

public string Sandbox.Localization.LanguageInformation.Parent { get; set; }

If set, the `Sandbox.Localization.LanguageInformation.Abbreviation` of the parent language. For example, Pirate English is based on English.

public bool Sandbox.Localization.LanguageInformation.RightToLeft { get; set; }

Whether the language is typed right to left, such as the Arabic language.

Metadata

FieldValue
NamespaceSandbox.Localization
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.Localization.LanguageInformation

On this page