ILanguageMgr Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface ILanguageMgr
The ILanguageMgr type exposes the following members.
Name | Description | |
---|---|---|
CurrentNetCode |
Returns the system locale code.
| |
CurrentUINetCode |
Returns the system locale code.
| |
CurrLanguageID |
Get the internal id of the current used language (automatically given by the system).
| |
CurrLanguageName |
Get the name of the current used language.
| |
CurrLanguageNetCode |
Get the internal net id of the current used language (automatically set in the system).
| |
DefaultLanguageID |
Get the internal id of the default language (automatically set in the system).
| |
IsDefaultLanguage |
Checks if the current used language is the survey's default language.
| |
StartupLanguageID |
Get the internal id of the language that is defined as "Startup language" (Ususally it is the Default language, unless defined otherwise).
|
Name | Description | |
---|---|---|
FillLanguageList |
Fills ioList with all the active survey languages. Text: Language Name, Value: Lang ID
| |
SetLanguageByID |
Set the language to be used in the interview.
| |
SetLanguageByNetCode |
Set the language to be used in the interview.
| |
TryToSetLangByCurrentSetting |
Try to change the survey’s language to the system’s locale settings.
|