MultiLinguage implementation in QTQuick.
Hi everyone,
I'm trying to implement MultiLanguage feature in QTQuick. Here I'm facing some problem.
My pro file contains
Code:
TRANSLATIONS += Lang_en.ts \
Lang_fr.ts \
Lang_ar.ts
While using "lupdate" it is giving me following error.
Quote:
Starting external tool 'D:/ProgramFiles/Simulator/Qt/msvc2008/bin/lupdate.exe' D:/SATYA'S_QML/QmlLang/QmlLang.pro
lupdate error: File 'D:/SATYAS_QML/QmlLang/QmlLang.pro' does not exist.
'D:/ProgramFiles/Simulator/Qt/msvc2008/bin/lupdate.exe' finished
What should be done to avoid the above error to implement the language feature?
Re: MultiLinguage implementation in QTQuick.
Use lupdate <your_pro.pro> in command prompt.
For further reference read this.