| ILanguageMgrTryToSetLangByCurrentSetting Method  | 
            Try to change the survey’s language to the system’s locale settings.
            
 
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntaxbool TryToSetLangByCurrentSetting()
Return Value
Type: 
Booleanbool
Examples
            If the language in the device local settings is set to Spanish, LanguageMgr.TryToSetLangByCurrentSetting() will try to load the Spanish translation.
            
See Also