Click or drag to resize
ILanguageMgrIsDefaultLanguage Property
Checks if the current used language is the survey's default language.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsDefaultLanguage { get; }

Return Value

Type: Boolean
bool
Examples
If the current used language is the Default language, LanguageMgr.IsDefaultLanguage will return 'true'. Otherwise it will return 'false'.
See Also