I'm using version 1.061 of the i18n component with a MySQL database as backend. I don't want to distinguish between different countries (e.g. de_de should show the same language as de_ch).
Therefor I have only the columns "de", "en", "fr" and "it" in the database table. But there seems to be a problem now if the user has a language with country (e.g. de_ch).
Any idea?
Thanks in advance
Pascal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what kind of "problem"? if it's possible for i would recomemd switching to the 2.x version which runs on php5. i'm not developing or maintaining the 1.x versions anymore...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using version 1.061 of the i18n component with a MySQL database as backend. I don't want to distinguish between different countries (e.g. de_de should show the same language as de_ch).
Therefor I have only the columns "de", "en", "fr" and "it" in the database table. But there seems to be a problem now if the user has a language with country (e.g. de_ch).
Any idea?
Thanks in advance
Pascal
what kind of "problem"? if it's possible for i would recomemd switching to the 2.x version which runs on php5. i'm not developing or maintaining the 1.x versions anymore...