Posts: 27
Threads: 7
Joined: Sep 2021
Hi there,
I have set the directory to German in index.php ($cmtx_language = 'german'

, but the directory does not yet exist.
However, the English language is displayed.
What am I doing wrong?
Greetings Toeb
Posts: 2,904
Threads: 59
Joined: Jun 2010
Hi Toeb,
If you haven't already, you'll need to create the directory for the German language, /comments/frontend/view/default/language/german/, and add your translated files inside it. You can either do that by
translating the files yourself or by installing the language pack from the
Client Area.
Once you've done that, you can then use $cmtx_language = 'german'; to set the language. Make sure to put it in your integration code rather than the /comments/frontend/index.php file. Or alternatively just set the language in your admin area under 'Extensions -> Languages'.
Have
you completed
the interview?
Posts: 27
Threads: 7
Joined: Sep 2021