PDA

View Full Version : Dynamic Language Switch in Qt Embedded



claudiacrb
8th September 2010, 20:36
Hi,

I need my app to change the language dynamically. When I run the app in Ubuntu, it works, but when I compile it and run it in my ARM plattform I'm not able to change the language of the app.

I've reading some sites and I guess it's because a problem with the Uiloader. My app has a lot of windows and labels so I wouldn't want it to make it one by one.

Is there a way for it to work in an embedded environment?

Thanks in advance

e8johan
9th September 2010, 08:11
Did you deploy your qm files (i.e. the files holding the actual translations) to your Arm platform?

claudiacrb
9th September 2010, 17:10
Johan,

Thanks for your reply!

You were right, I had't deployed my qm files for the embedded platform. I just did it and it worked :D