ILanguageMgrCurrentNetCode Property |
Returns the system locale code.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string CurrentNetCode { get; }
Return Value
Type:
Stringstring
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