| Name | Description |
|---|---|
| DefaultLangString | Gets or sets the default language string |
| HasDefaultLangString | Checks whether there is a default language string specified |
| HasDefaultLangStringOnly | Checks whether there is only a default language string specified |
| HasNonDefaultLangStrings | Checks whether there are any language strings other then the default language |
| IsEmpty | Returns True if there is at least language string set |
| Name | Description |
|---|---|
| Clear | Clears the strings for all languages |
| GetLangString | Returns the string for the given language. If missing, returns the default language string or first available string in other languages |
| GetLanguages | Gets the list of languages for which the strings are available |
| HasLangString | Checks whether the string in given language exists |
| SetLangString | Sets the string for the given language |