module type LOCALE_TYPE = sig
.. end
val get_locale : GettextTypes.t ->
GettextCategory.category -> GettextTypes.locale list * GettextTypes.codeset
get_locale t cat : Return the value of locale and encoding for cat.
The value returned is in ASCII. Priority should be given to the
values language/codeset provided in variable t.