class
LanguageInformation
public class LanguageInformation Constructors
LanguageInformation(String title, String abbreviation, String parent, Boolean rightToLeft) Properties
| Name | Type | Description |
|---|---|---|
Title | String | Title of the localization language. |
Abbreviation | String | ISO 639-1 code of the language, with optional ISO 3166-1 alpha-2 country specifiers. (for example "en-GB" for British English) |
Parent | String | If set, the Abbreviation of the parent language. For example, Pirate English is based on English. |
RightToLeft | Boolean | Whether the language is typed right to left, such as the Arabic language. |
Assembly:
Sandbox.System Namespace: Sandbox.Localization Full Name: Sandbox.Localization.LanguageInformation