# Sandbox.Localization.LanguageInformation

- Kind: class
- Namespace: `Sandbox.Localization`
- Assembly: `Sandbox.System`

## Constructors

- [`LanguageInformation`](/api/Sandbox.Localization.LanguageInformation/.ctor)

## Properties

- [`Abbreviation`](/api/Sandbox.Localization.LanguageInformation/Abbreviation): ISO 639-1 code of the language, with optional ISO 3166-1 alpha-2 country specifiers. (for example "en-GB" for British English)
- [`Parent`](/api/Sandbox.Localization.LanguageInformation/Parent): If set, the [Sandbox.Localization.LanguageInformation.Abbreviation](/api/Sandbox.Localization.LanguageInformation/Abbreviation) of the parent language. For example, Pirate English is based on English.
- [`RightToLeft`](/api/Sandbox.Localization.LanguageInformation/RightToLeft): Whether the language is typed right to left, such as the Arabic language.
- [`Title`](/api/Sandbox.Localization.LanguageInformation/Title): Title of the localization language.
