Click or drag to resize
ILanguageMgrCurrentNetCode Property
Returns the system locale code.

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

Return Value

Type: String
string
Remarks
Difference between CurrentUINetCode to CurrentNetCode: CurrentNetCode is for dates and numbers while CurrentUINetCode is for text translations. For android there's no difference. they can be different for PC.
Examples
if the system's local code is en-us, LanguageMgr.CurrentNetCode will return "en-us".
See Also