localizedKey

Ditto, but constructs locale name from arguments.

  1. string localizedKey(string key, string locale)
  2. string localizedKey(string key, string lang, string country, string modifier)
    pure nothrow @safe
    string
    localizedKey
    (
    string key
    ,
    string lang
    ,
    string country
    ,
    string modifier = null
    )

Meta