Click or drag to resize
ILanguageMgrTryToSetLangByCurrentSetting Method
Try to change the survey’s language to the system’s locale settings.

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

Return Value

Type: Boolean
bool
Examples
If the language in the device local settings is set to Spanish, LanguageMgr.TryToSetLangByCurrentSetting() will try to load the Spanish translation.
See Also