<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">You can look for example from here how to use QTranslator to load engineering english + your locale lang.<br>
<br>
<a href="https://github.com/sailfishos/sailfish-office/blob/master/sailfishapplication.cpp#L52" target="_blank">https://github.com/sailfishos/sailfish-office/blob/master/sailfishapplication.cpp#L52</a><br>
<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF316262"><font size="2" color="#000000" face="Tahoma"><b>From:</b> devel-bounces@lists.sailfishos.org [devel-bounces@lists.sailfishos.org] on behalf of service [41245110@qq.com]<br>
<b>Sent:</b> Thursday, September 11, 2014 5:59 PM<br>
<b>To:</b> devel<br>
<b>Subject:</b> [SailfishDevel] Internationalization problem on Sailfish<br>
</font><br>
</div>
<div></div>
<div>Hi, I got a problem about internationalization<span id="_editor_bookmark_start_0" style="line-height:0px">ž</span> on  Sailfish, I want to add Chinese language to my first Sailfish app, here is what I did<br>
<br>
1. Add this on my .pro file<br>
TRANSLATIONS += \<br>
    translations/harbour-myappName-zh_CN.ts<span id="_editor_bookmark_start_37" style="line-height:0px">ž</span><br>
<br>
2.translate the  harbour-myappName-zh_CN.ts<span id="_editor_bookmark_start_86" style="line-height:0px">ž</span> file<br>
<br>
Then what I should do?<br>
<br>
Should I use the QTranslator<span id="_editor_bookmark_start_99" style="line-height:0px">ž</span> to load the .qm file?<br>
</div>
</div>
</div>
</body>
</html>