Xojo.Core.Locale.Raw

From Xojo Documentation

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

Xojo.Core.LocaleValue = aXojo.Core.Locale.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 Xojo.Core.Locale
currentLocale = Xojo.Core.Locale.Raw