ILanguageMgrSetLanguageByNetCode 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 SetLanguageByNetCode(
string inLangCode
)
Parameters
- inLangCode
- Type: SystemString
the net id of the language to set
Return Value
Type:
Booleanbool
Examples
If the net id of the language Afrikaans the is defined in the survey is "af", LanguageMgr.SetLanguageByNetCode("af") will set the Afrikaans language as the used language in the interview.
See Also