Adding translating file to my project
-
hi to every one
i have a complete project now i want to translate it to other languages
i know how to use lupdate,lrelease and what code i write
i add this code to my pro file
TRANSLATIONS = *.ts
now i want to check how many .ts file is in my directory to add it in my combobox to user choose it
how can i found what .qm files is in my dir to use it? -
have a look at "this wiki page":http://developer.qt.nokia.com/wiki/How_to_create_a_multi_language_application. I think it can help you.