Liking cljdoc? Tell your friends :D

examine.internationalization

Java property file based i18n facility

Java property file based i18n facility
raw docstring

default-languageclj/s

(default-language)

Returns the language code using Javas Locale.getDefault.

Returns the language code using Javas Locale.getDefault.
sourceraw docstring

default-localizerclj/s

source

default-msgsclj/s

source

load-messages-mapclj

(load-messages-map language-code)

Loads a property file messages_XY.properties from classpath and returns a map.

Loads a property file messages_XY.properties from classpath
and returns a map.
sourceraw docstring

localizeclj/s

(localize messages-map key)

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

Looks up the key in the messages-map, returns either the value if
present or the key itself.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close