MLu Posted November 20, 2003 Posted November 20, 2003 In Catalog/includes/Languages/svenska.php I have the following code: // Global entries for the <html> define('HTML_PARAMS','dir="LTR" lang="sv"'); However, I can see that visitors from sweden are getting the default language (English) despite of this adjustment. The language is defined in Admin as "sv" and referring to svenska.php. It works fine for norwegian "no" and Danish "da" !? Thanks for you help Mogens
jpf Posted November 20, 2003 Posted November 20, 2003 The ISO 3166 2c country code for "Sweden" is "se" not "sv"! See for example: http://www.immigration-usa.com/country_digraphs.html
MLu Posted November 20, 2003 Author Posted November 20, 2003 Thanks Jason. I have searched a lot for codes trying to solve this problem, and as far as I have found out, "se" is the country code for Sweden (as you correctly write), but "sv" is the code for the Swedish language. Anyway, I will give it a try - at least it doesn't work as it is now! Mogens
Recommended Posts
Archived
This topic is now archived and is closed to further replies.