Property Name | Type | Description |
LanguageMgr.CurrentNetCode | string | Returns the system locale code |
LanguageMgr.CurrentUINetCode |
string | Returns the system locale code |
LanguageMgr.CurrLanguageID | string | Get the internal ID of the current used language (automatically given by the system) |
LanguageMgr.CurrLanguageName | string | Get the name of the current used language |
LanguageMgr.CurrLanguageNetCode | string | Get the internal net ID of the current used language (automatically given by the system) |
LanguageMgr.DefaultLanguageID | Int32 | Get the internal ID of the default language (automatically given by the system) |
LanguageMgr.IsDefaultLanguage | bool | Checks if the current used language is the survey's default language. |
LanguageMgr.StartupLanguageID | Int32 | Get the Internal ID of the language that is defined as 'Startup language' (usually it's the default language, unless defined otherwise) |
LanguageMgr.LanguageMenuVisible | bool | Hide/Show the Language menu |
Comments
Please sign in to leave a comment.