J3.5.1 / easylanguage-1.2.2
Hi, I have used your plugin before without any issue but this time I'can seem to make it work properly.
My issue is with the default language behaviour.
I'm using a cck, form2content, which outputs a regular joomla article.
In the cck form, I have fields for the default language (french) and fields for the translation (english).
When processed, the regular joomla article will have, for example:
{lang fr}french text{/lang}{lang en}english text{/lang}
In this case, no problem, it works: the french text is displayed when the website is switched in french and the english text is displayed when the website is switched to english.
my issue is, when the translation is empty, for example:
{lang fr}french text{/lang}{lang en}{/lang}
In this case the french text is displayed when the website is switched in french but nothing is displayed when switched in english.
In the plugin parameters the default language is french.
I've also tried with:
{lang default}french text{/lang}{lang en}{/lang}
but no luck.
I've done it before with the same set of components so here I'm clueless.
Any idea ?
Thanks
Hi, I have used your plugin before without any issue but this time I'can seem to make it work properly.
My issue is with the default language behaviour.
I'm using a cck, form2content, which outputs a regular joomla article.
In the cck form, I have fields for the default language (french) and fields for the translation (english).
When processed, the regular joomla article will have, for example:
{lang fr}french text{/lang}{lang en}english text{/lang}
In this case, no problem, it works: the french text is displayed when the website is switched in french and the english text is displayed when the website is switched to english.
my issue is, when the translation is empty, for example:
{lang fr}french text{/lang}{lang en}{/lang}
In this case the french text is displayed when the website is switched in french but nothing is displayed when switched in english.
In the plugin parameters the default language is french.
I've also tried with:
{lang default}french text{/lang}{lang en}{/lang}
but no luck.
I've done it before with the same set of components so here I'm clueless.
Any idea ?
Thanks