| Previous | Next
I18N::LangTags::ListProvides a lengthy and nearly comprehensive list of any language tags that you might need, from I18N::LangTags::List implements the For example: #!/usr/local/bin/perl -w use I18N::LangTags::List; my $tag = 'en-CA'; print "What is this tag aboot? ", I18N::LangTags::List::name($tag), "\n"; |