|
Posted by easy on April 5, 2006, 6:01 am
Please log in for more thread options
I need a functionality.
"get a country name in its official language, it could be more than one
official language"
for exmaple:
# Switzerland has 4 official language: German, French, Italian, Romansh
get_native_name("ch") will get "Schweiz", "Suisse", "Svizzera" and
"Svizra"
I didn't find a similar module in CPAN.
if it seems useful, I coulld contribute to CPAN.
|