1
Sorry for being a bit noob on this but I cannot seem to get the language settings right. I am trying to get my site to use Swedish as language. I am setting the language to Swedish in Preferences which changes all text in the basic XOOPS installation to Swedish - good! But then all other text as well as other modules get messed up (Swedish Å Ä Ö characters breaks) Now, this seems to be controlled by a define ('_CHARSET'... in file language/LANG/global.php, it is set to UTF-8 in the English language settings and to ISO8859-1 in the Swedish settings.
This means that if I set it to ISO8859-1 the menus are ok but all Swedish text in other files are messed up whereas if I set it to UTF-8 the menus break but other text is ok. There must be some other parameter controlling the charset behaviour
Anyone have any hints on where to look?
thanks
/Björn