| ILanguageMgrDefaultLanguageID Property  | 
            Get the internal id of the default language (automatically set in the system). 
            
 
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntaxint DefaultLanguageID { get; }Return Value
Type: 
Int32int
Examples
            If the id of the Default language is -1, LanguageMgr.DefaultLanguageID will return -1.
            
See Also