ILanguageMgrIsDefaultLanguage Property |
Checks if the current used language is the survey's default language.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool IsDefaultLanguage { get; }
Return Value
Type:
Booleanbool
Examples
If the current used language is the Default language, LanguageMgr.IsDefaultLanguage will return 'true'. Otherwise it will return 'false'.
See Also