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: nullrightToLeft: Default: False
No results match this filter.
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.
public string Sandbox.Localization.LanguageInformation.Title { get; set; }
Title of the localization language.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Localization |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Localization.LanguageInformation |