ILanguageMgrCurrLanguageID Property |
Get the internal id of the current used language (automatically given by the system).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string CurrLanguageID { get; }
Return Value
Type:
Stringstring
Examples
If the current used language's id is 4, LanguageMgr.CurrLanguageID will return "4".
See Also