Name

locale2language_tag

Synopsis

locale2language_tag(locale)

Takes a locale name and maps it to a language tag. Certain tags aren’t mappable, such as C or POSIX, in which case local2language_tag will return an empty list.

locale2language_tag('en'),    # Returns 'en' 
locale2language_tag('POSIX'), # Returns undef or ()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.67.22