Language internationalization of QT interface applications

Source: Internet
Author: User

Using TR for strings is included because TR is a static function of qobject, so it can be called directly.

You should edit the. Pro file before generating the Language.ts file, as follows:

QT       +=4): qt + = widgetstranslations= = = App

Then, go to the project catalog and run

E:\projects\qt\netbytesender>e:\qt\qt5.3.2\5.3'language_en.ts ' ...      to source text (s) (2new  already existing    )2 Obsolete entries

At this point you can see a directory of more than one language_en.ts file, inside the content is the text we want to translate.

...    </message>    <message>        < Locationfilename= "Netbytesender.cpp" Line= "119"/>        <Source>Listen</Source>        <translationtype= "Unfinished"></translation>    </message></Context><Context>    <name>Qmessagebox</name>    <message>        < Locationfilename= "Netbytesender.cpp" Line= "109"/>        <Source>Netbytesender</Source>        <translationtype= "Unfinished"></translation>    </message></Context></TS>

How to translate into Chinese?

(to be added)

Language internationalization of QT interface applications

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.