Instead of displaying :
Languages : French, English
it displays
Languages: LNG_ANGLAIS, LNG_FRANçAIS
This is a new bug. Bilingual option is on. There are 2 bugs.
1) I do not want to see label LNG_ANGLAIS. I want to read ANGLAIS (English), français (French)
2) There is a bug with french alphabet (ç)
Hi,
If multilingual content is set to yes you will need to add the translation to your language file.
You can edit the language file on general settings -> language tab.
You did not understand my problem or I do not understand your answer.
As I cannot copy a screenshot, I must re-explain. I have created a custom field called Languages. I have created in french : Anglais, Allemand, Français.Instead of displaying these values,
it displays Langues: LNG_ANGLAIS, LNG_FRANçAIS.
BUG !!!
Hi,
Currently, the values you enter for attributes are used to build language codes. Your values should be defined like this Anglais, Allemand, Francais, and then add the corresponding language codes in the language file like this:
LNG_ANGLAIS = "Anglais"
LNG_ALLEMAND = "Allemand"
LNG_FRANCAIS = "Francais"
To enter new values in the language file. Please check http://www.cmsjunkie.com/docs/jbusinessdirectory/language.html#changing-the-language-texts
Whenever you see a text with the prefix LNG_ and uppercase it needs to be added in the language file
Yes, for every new custom field you have to make a translation in language file.
I had to do a lot translations on my site too.