Click or drag to resize
ILanguageMgrFillLanguageList Method
Fills ioList with all the active survey languages. Text: Language Name, Value: Lang ID

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillLanguageList(
	IListSource ioList
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource

Return Value

Type: Int32
int
Examples
If the survey has 3 defined languages: A, B and C, with these matching IDs: 1, 2 and 3, then LanguageMgr.FilltanguageList(MyList), will add to the list "MyList" these objects: [A:1, B:2, C:3]
See Also