currentLocale

Retrieves current locale probing environment variables LC_TYPE, LC_ALL and LANG (in this order)

@safe nothrow
string
currentLocale
()

Return Value

Type: string

locale in posix form or empty string if could not determine locale

Meta