IniLikeGroup.localizedValue

Perform locale matching lookup as described in Localized values for keys.

class IniLikeGroup
@safe const nothrow
string
localizedValue
(
string key
,
string locale
,
string defaultValue = null
)

Return Value

Type: string

the localized value associated with key and locale, or defaultValue if group does not contain item with this key.

See Also

currentLocale

Meta