DesktopGroup.localizedValue

Performs locale matching lookup as described in Localized values for keys. If locale is null it calls currentLocale to get the locale.

class DesktopGroup
const @safe nothrow
string
localizedValue
(
string key
,
string locale = null
,
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.

Meta