I'm detecting user accepted languages through $_SERVER['HTTP_ACCEPT_LANGUAGE'] and I'm getting strange language and country codes.
Language codes I've found:
es-419es-es_tradnl*
I've checked some code language listings and haven't found these codes:
- http://www.w3schools.com/tags/ref_language_codes.asp
- http://www.metamodpro.com/browser-language-codes
I understand that es-es_tradnl means Spanish traditional, but any clue about es-419 nor '*'...
Any clues about where does that codes come from?
Edit, question extended:
Where can I find a full list of language codes?
es-419stands for Latin American Spanish. – bažmegakapa Nov 14 '11 at 8:57es-419:). – bažmegakapa Nov 14 '11 at 8:59