cl-locale

LLGPL

Simple i18n library for Common Lisp

$ area51 add cl-localeCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-locale:some-function ...)