Add note to notify about using API in internationalization
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 19 Jan 2016 02:49:32 +0000 (11:49 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 20 Jan 2016 01:11:36 +0000 (10:11 +0900)
Change-Id: Ic1f6cd9b1ce31dccddf049f1bb17d7a9a724b558
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
org.tizen.guides/html/native/app/internationalization_n.htm

index 4b0e451..84b3d72 100644 (file)
@@ -46,7 +46,8 @@
       <th class="note">Note</th>
     </tr>
     <tr>
-      <td class="note"><p>The <span style="font-family: Courier New,Courier,monospace">.po</span> files must be placed in the <span style="font-family: Courier New,Courier,monospace">res/po</span> directory of the application. The files can be edited using the <a href="../../../../org.tizen.devtools/html/native_tools/po_file_editor_n.htm">PO File Editor</a> provided by the Tizen SDK.</p></td> 
+      <td class="note"><p>The <span style="font-family: Courier New,Courier,monospace">.po</span> files must be placed in the <span style="font-family: Courier New,Courier,monospace">res/po</span> directory of the application. The files can be edited using the <a href="../../../../org.tizen.devtools/html/native_tools/po_file_editor_n.htm">PO File Editor</a> provided by the Tizen SDK.</p>
+<p>This <span style="font-family: Courier New,Courier,monospace">.po</span> file is compiled to the <span style="font-family: Courier New,Courier,monospace">.mo</span> file, and the <span style="font-family: Courier New,Courier,monospace">.mo</span> file's name is decided using the <span style="font-family: Courier New,Courier,monospace">project name</span> that you enter when you create the project in IDE. The application's <span style="font-family: Courier New,Courier,monospace">appid</span> is made based on the <span style="font-family: Courier New,Courier,monospace">project name</span> and the framework finds <span style="font-family: Courier New,Courier,monospace">.mo</span> file of the application with application's <span style="font-family: Courier New,Courier,monospace">appid</span>. Note that even if <span style="font-family: Courier New,Courier,monospace">appid</span> is changed in the tizen manifest editor, the <span style="font-family: Courier New,Courier,monospace">.mo</span> file name is not changed. It can make some problem when get string resources. Please be careful when you change the <span style="font-family: Courier New,Courier,monospace">appid</span> in the tizen manifest editor.</p>
     </tr>
   </tbody>
 </table>
@@ -290,4 +291,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>        
\ No newline at end of file
+</html>