Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int StartupLanguageID { get; }

Return Value

Type: Int32
int
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