separateFromLocale

Separates key name into non-localized key and locale name. If key is not localized returns original key and empty string.

nothrow @nogc @trusted
Tuple!(string, string)
separateFromLocale
(
string key
)

Return Value

Type: Tuple!(string, string)

tuple of key and locale name;

Meta