Click or drag to resize
ILanguageMgrCurrLanguageNetCode Property
Get the internal net id of the current used language (automatically set in the system).

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

Return Value

Type: String
string
Examples
If the current used language is Afrikaans, it's internal net id is "af", and so LanguageMgr.CurrLanguageNetCode will return "af".
See Also