Click or drag to resize
ILanguageMgrCurrLanguageID Property
Get the internal id of the current used language (automatically given by the system).

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

Return Value

Type: String
string
Examples
If the current used language's id is 4, LanguageMgr.CurrLanguageID will return "4".
See Also