ILanguageMgrCurrLanguageNetCode Property |
Get the internal net id of the current used language (automatically set in the system).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string CurrLanguageNetCode { get; }
Return Value
Type:
Stringstring
Examples
If the current used language is Afrikaans, it's internal net id is "af", and so LanguageMgr.CurrLanguageNetCode will return "af".
See Also