separateFromLocale

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

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

Return Value

Type: Tuple!(string, string)

tuple of key and locale name.

See Also

localizedKey

Meta