PDA

View Full Version : Translate text inside a file



jbarrena
17th March 2015, 07:55
Hi everyone,

I need to translate some text inside a file using qt translator. I have some xml files which contain texts that will be translated into different languages. I extract these texts and need to be translatable.

Is there any posibility to do it??

Thanks in advance and kind regards,

Julen.

wysota
17th March 2015, 14:12
QTranslator::translate() returns a translation based on a given input message.