Click or drag to resize
ILanguageMgrDefaultLanguageID Property
Get the internal id of the default language (automatically set in the system).

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

Return Value

Type: Int32
int
Examples
If the id of the Default language is -1, LanguageMgr.DefaultLanguageID will return -1.
See Also