ILanguageMgrFillLanguageList Method |
Fills ioList with all the active survey languages. Text: Language Name, Value: Lang ID
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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