ILanguageMgrSetLanguageByID Method |
Set the language to be used in the interview.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool SetLanguageByID(
string inLangID
)
Parameters
- inLangID
- Type: SystemString
the id of the language to set
Return Value
Type:
Booleanbool
Examples
If the id of the language Afrikaans the is defined in the survey is 2, LanguageMgr.SetLanguageByID("2") will set the Afrikaans language as the used language in the interview.
See Also