[SOLVED]QML internalization per file ??
Hello,
I read some documentation about qml internalization. It seems I have to provide 1 translation file per qml file…
So my C++ application contain many qml file ( qmlCount) . And I have to internalizate it for many language… ( lngCount)
Does it mean I have to create : qmlCount * lnCount files ??
If I have 20 qml file, and I need to translate my application to 10 language… The translation files will be 200 !!
So my question is : How can I translate my qml application to have 1 translation file per application! Like the translation C++ system!
It’s seems it will be more easy to use an sqlite file! no ?
4 replies
You must log in to post a reply. Not a member yet? Register here!




