Hi, Is there a plan to support dynamic binding in qml for translations functions ?
"dynamic" because bindings to qsTr never reevaluates on language switch. As of today I use the workaround proposed here : http://qt-project.org/wiki/How_to_do_dynamic_translation_in_QML But It looks really hacky to me to do something like this in qml : -- Text { text: qsTr("Hello") + autoTr } -- Cheers, Christopher
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest