Use this function to retrieve the current locale setting active within the system.
A "locale" identifies regional or language specific settings that are used to generate certain values such as currency formatting, calendar month names, and date and time formats.
GetLocale ( )
This function does not require any parameters.
The return value is the locale value as a text string. For a list of possible values, see Locales list.
currentLocale = GetLocale();
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.