Class | Locale::Tag::Posix |
In: |
lib/locale/tag/posix.rb
|
Parent: | Simple |
Locale tag class for POSIX locale
LANGUAGE | = | "([a-z]{2,})" |
TAG_RE | = | /\A#{LANGUAGE}(?:_#{REGION})?(?:\.([^@]+))?(?:@(.*))?\Z/i |
charset | [R] | |
modifier | [R] |
Returns an Array of tag-candidates order by priority. Use Locale.candidates instead of this method.