CURRENT_LOCALE Function

Returns the five character name of the current locale.

Category: Character
Returned data type: CHAR(5)

Syntax

CURRENT_LOCALE()

Example

The following statement illustrates the CURRENT_LOCALE function:
Statements
Results
select current_locale();
en_US