sorry to bother you once again, but I can't seem to find a solution in all the website (maybe the search is a little buggy ?).
I'm making a french website, and luckily it seems Xataface is internationalized, and automatically chooses the right language (BTW the french language is very badly translated, I will send you a better version).
But I have two problems:
1- Not all parts are translated, for example the "View Field Content In A New Window" in Details can't ever be translated, I even tried modify template files, en.ini and fr.ini, and it still shows this sentence. "Export XML" and "Details" header aren't translated neither. In fact, it seems that everything in Details isn't translated.
2- There's no problem with accents that I write in fields, they are nicely rendered in Details and List, but accents in "details-controller" div aren't rendered properly, here's what it shows:
1 trouvées ou entrées totales dans la table compta_docs
Affiche 1 des 1 trouvées
I'm sure the solution must be pretty simple, but I can't resolve them. I tried to put in conf.ini:
- Code: Select all
oe=UTF-8
ie=UTF-8
default_oe=UTF-8
default_ie=UTF-8
But it doesn't do anything for details-controller...
//EDIT:
I tried the solution found here:
http://xataface.com/forum/viewtopic.php?t=3726#21325
But it didn't work. And I looked inside the sourcecode of the webpage shown, everything seems ok, so I really don't know where the problem could come from if it's not from the character encoding...