PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Webdev language translation problem
Webdev language translation problem
Iniciado por Aaron Edge, nov., 02 2018 11:22 AM - Sem resposta
Publicado em novembro, 02 2018 - 11:22 AM
Hi,
I am currently trying to translate the text on my php website from English to some other languages using webdevs translation tool and my google translate api key.

The translation works in the editor. The problem comes when I try to publish the Serbian version of my site, all of the text is replaced with question marks. I can publish in other languages like French, German ect... and it will display the correctly translated text.

I have inspected the published Serbian sites html code, it has correctly set the language to: html lang="sr" and it is using UTF-8 : charset=UTF-8". The text in the html is all question marks.

For example "Hello World" is changed to "????? ?????" in the html code. This leads me to believe there was a problem generating the html.

Can anyone help me figure this out.

Thanks,
Aaron