Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.locale


*current-locale*clj/s

The current locale. In CLJ this will be a Locale object. In CLJS this will be a locale string like en-US.

The current locale. In CLJ this will be a Locale object. In CLJS this will be a locale string like en-US.
sourceraw docstring

current-localeclj/s

(current-locale)
source

set-locale!clj/s

(set-locale! code)

Set the locale of the application to the given locale code, e.g. en-US.

Set the locale of the application to the given locale code, e.g. `en-US`.
sourceraw docstring

with-localeclj/smacro

(with-locale nm & body)
source

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

× close