org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-71BE0F0B-B6B2-475C-A87B-A04E207F3292.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 15 Mar 2010 17:56:08 -0700
changeset 268 ef733cd772bb
parent 229 716254ccbcc0
permissions -rw-r--r--
Bug 2213 - User is not prompted to save when debug session is started


<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="concept"/><meta name="DC.Title" content="Language project directory"/><meta name="abstract" content="A language project directory is a subfolder under the widget root directory that contains all the localized resources for a specific language."/><meta name="description" content="A language project directory is a subfolder under the widget root directory that contains all the localized resources for a specific language."/><meta name="DC.Relation" scheme="URI" content="GUID-4CD10DEB-6C79-4320-AC82-F17DD264CF28"/><meta name="DC.Relation" scheme="URI" content="GUID-1EFD7043-E9B8-4B4E-9EA6-A20B3EECC14A"/><meta name="DC.Relation" scheme="URI" content="GUID-E3EA4F85-E0AE-42AB-8E51-EFD3F0E0A51E"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-71BE0F0B-B6B2-475C-A87B-A04E207F3292"/><title>Language project directory </title><script type="text/javascript">
      function initPage() {}
    </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-71BE0F0B-B6B2-475C-A87B-A04E207F3292">Language project directory</h1><div><p>A language project directory is a subfolder under the widget root directory that contains all the localized resources for a specific language.</p>
<p>A language project directory is named <code>xx.lproj</code>, where <code>xx</code> is the two-letter ISO 639-1 code that represents an international language and <code>.lproj</code> is a constant string standing for “language project”. For a list of ISO 639-1 language codes, see the <a href="http://www.symbian.com/developer/techlib/v9.2docs/doc_source/toolsandutilities/Installing-ref/PKG_format/PKG_languages_table.html" target="_blank">Language code table</a> in the Symbian OS Library.</p>
<p>Examples of language project directories:</p>
<ul>
<li><p><code>en.lproj</code> for English</p></li>
<li><p><code>fi.lproj</code> for Finnish</p></li>
<li><p><code>zh_Hans.lproj</code> for Simplified Chinese</p></li>
<li><p><code>zh_Hant.lproj</code> for Traditional Chinese</p></li>
</ul>
<p>All language project directories must be located as direct subfolders under the widget root directory.</p>
<div class="figure" id="GUID-83228B7B-ABFD-4E29-B52C-70F5387FAC77"><img src="GUID-FB8200EB-F24B-41BE-9939-3F0485D492E9_d0e9558_href.png"/><p class="figure-title"><strong>Figure: </strong>Example directory structure</p></div>
</div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>