examine.internationalization

Java property file based i18n facility

default-language

(default-language)
Returns the language code using Javas Locale.getDefault.

default-localizer

default-msgs

load-messages-map

(load-messages-map language-code)
Loads a property file messages_XY.properties from classpath
and returns a map.

localize

(localize messages-map key)
Looks up the key in the messages-map, returns either the value if
present or the key itself.