|
Title: Greek Language Post by: webservice on October 14, 2008, 12:28:48 AM Hello,
I would like to use helpcenterlive with greek language support. I have translated some terms and made 2 tests: 1. I have used utf-8 encoding. All the conversations worked fine but in the history of chats the data are not in greek. Also in the data base the data of chats are something like: εςφε 2. I have used the Greek encoding ISO-8859-7. I had the same problems. In both cases I have added in the database class the following code after the connection, depending the utf-8 or greek encoding but with no result. mysql_query("SET NAMES = 'greek'"); mysql_query("SET CHARACTER_SET = 'greek'"); mysql_query("SET CHARACTER_SET_CONNECTION = 'greek'"); mysql_query("SET CHARACTER_SET_CLIENT = 'greek'"); mysql_query("SET CHARACTER_SET_RESULTS = 'greek'"); Also in both cases I changed the encoding field in the language file and ine every file that had encoding. Also in both cases the choice [Guest's Nickname] when the name was in greek was not printed right in the window. Any suggestions are welcome :) thanks Title: Re: Greek Language Post by: Monty on October 14, 2008, 02:54:54 PM Cybergoblin is the man to contact. He's looking to incorporate as many languages into this as possible. His thread for languages is stickied in Core System Development.
Title: Re: Greek Language Post by: webservice on October 14, 2008, 04:04:55 PM thanks a lot
|