Hello,
My question is on CCv6 on how to use locales in CCv6.
In CCv5, we use in this way:
in FrontList/Settings/Column list:
in locales tab of en_gb, and in "Language String" field, we use a custom file:
With this in CCv5, it displayed ##IDHeader## in the selected language.
It does not work as expected in CCv6. Is there any work around for this?
Thanks in advance
Bertrand
My question is on CCv6 on how to use locales in CCv6.
In CCv5, we use in this way:
in FrontList/Settings/Column list:
PT.id: ##IdHeader##
in locales tab of en_gb, and in "Language String" field, we use a custom file:
<?phpWe have the same for fr_fr:
include (JPATH_SITE.'/custom/includes/lang_en-gb.txt');
?>
<?php
include (JPATH_SITE.'/custom/includes/lang_fr-fr.txt');
?>
With this in CCv5, it displayed ##IDHeader## in the selected language.
It does not work as expected in CCv6. Is there any work around for this?
Thanks in advance
Bertrand