Arbortext Command Language > Functions by Alphabetical Listing > getlocale
  
getlocale
getlocale ([full])
This function returns a string of the current system locale name. You will need the system locale if you are creating localized message files.
If the optional full parameter is present and non-zero, the function returns the full locale name (for example, English_United States.1252) as opposed to the shorter form of the locale name (for example, ENU).
Execute the command below at the Arbortext Editor command line to display the system locale name.
eval getlocale()
Related topis
cjk_locale function