API ReferenceSandbox.Localization
LanguageInformationclass
object→LanguageInformation
Constructors1
Showing 1 constructors
public LanguageInformation(string title, string abbreviation, string parent = null, bool rightToLeft = False)
| Parameter | Type | Description |
|---|---|---|
| title | string | — |
| abbreviation | string | — |
| parent = null | string | — |
| rightToLeft = False | bool | — |
No results match this filter.
Properties4
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)
Returns:
string—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.
Returns:
string—public bool Sandbox.Localization.LanguageInformation.RightToLeft { get; set; }
Whether the language is typed right to left, such as the Arabic language.
Returns:
bool—public string Sandbox.Localization.LanguageInformation.Title { get; set; }
Title of the localization language.
Returns:
string—No results match this filter.