Click or drag to resize
ILanguageMgrSetLanguageByID 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 SetLanguageByID(
	string inLangID
)

Parameters

inLangID
Type: SystemString
the id of the language to set

Return Value

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