currentLocale

Retrieve 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 an empty string if could not determine locale. Note: this function does not cache its results.

Meta