GetAppLocaleID Function | |
Gets the locale ID that the runtime uses for comparing strings when running in Windows collation mode (SetCollation(#Windows)).
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.21
Syntax FUNCTION GetAppLocaleID() AS DWORD
public static uint GetAppLocaleID()
Request Example
View SourceReturn Value
Type:
DWord
The current installed Locale.
Remarks Examples See Also