ILanguageMgrStartupLanguageID Property |
Get the internal id of the language that is defined as "Startup language" (Ususally it is the Default language, unless defined otherwise).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int StartupLanguageID { get; }
Return Value
Type:
Int32int
Examples
If the id of the Default language is -1 and the Default language is also defined as the "Startup language", LanguageMgr.StartupLanguageID will return -1.
See Also