I have a problem wit the language setting in freichat 10. In the backend i had done german language. In my database is language german, but on my website is freichat only in english. What must i do for freichat in german?
Update
I have found it.
In the arg.php is: $this->lang = 'chinese';
I have change it to: $this->lang = $parameters['lang'];
And all ist fine.
I have a problem wit the language setting in freichat 10. In the backend i had done german language. In my database is language german, but on my website is freichat only in english. What must i do for freichat in german?
Update
**I have found it.**
In the arg.php is: $this->lang = 'chinese';
I have change it to: $this->lang = $parameters['lang'];
And all ist fine.
edited Dec 23 '14 at 7:21 am