1 2 3 4
//! Locale representation. /// ISO language code (pt) or ISO country code (language_COUNTRY) (pt_BR) pub type Locale = String;