class LanguageInformation
in global :: Sandbox . Localization
😔 No documentation found.
public string Title { get; }
Title of the localization language.
public string Abbreviation { get; }
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 Parent { get; }
If set, the of the parent language. For example, Pirate English is based on English.
public bool RightToLeft { get; }
Whether the language is typed right to left, such as the Arabic language.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public LanguageInformation( string title, string abbreviation, string parent = null, bool rightToLeft = False )
😔 No documentation found.