pub enum LanguageFormat {
Abbreviated,
Long,
}Expand description
§Language Format
Variants§
Abbreviated
Language strings use the abbreviated format.
Example: “frCA”
Long
Language strings use the long format.
Example: “fr|CA|iso8859-1”
pub enum LanguageFormat {
Abbreviated,
Long,
}Language strings use the abbreviated format.
Example: “frCA”
Language strings use the long format.
Example: “fr|CA|iso8859-1”