Module GettextLocale_types


module GettextLocale_types: sig .. end
Author(s): Sylvain Le Gall


type locale = {
   language : string;
   territory : string option;
   codeset : string option;
   modifier : string option;
}
val create_locale : string -> locale