Locale.Raw

From Xojo Documentation

Shared Property (As Locale)
The property is read-only.

LocaleValue = aLocale.Raw

A machine-independent locale that has a well-defined format (i.e. the POSIX locale) and is not affected by the user's settings.

Sample Code

Get the raw locale:

Var currentLocale As Locale
currentLocale = Locale.Raw