Liking cljdoc? Tell your friends :D
Clojure only.

org.soulspace.clj.java.i18n

Functions for internationalization via Java resource bundles.

Functions for internationalization via Java resource bundles.
raw docstring

bundleclj

(bundle)
(bundle bundle-name)

Returns the resource bundle of the name (default name is resources).

Returns the resource bundle of the name (default name is resources).
sourceraw docstring

bundle-lookupclj

(bundle-lookup bundle str-key)

Looks up the key in the resource bundle and returns the resulting string.

Looks up the key in the resource bundle and returns the resulting string.
sourceraw docstring

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

× close