Click or drag to resize
ILanguageMgrSetLanguageByNetCode Method
Set the language to be used in the interview.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool SetLanguageByNetCode(
	string inLangCode
)

Parameters

inLangCode
Type: SystemString
the net id of the language to set

Return Value

Type: Boolean
bool
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