carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/CustomComponents/cc_new_components.htm
changeset 1704 24ac5a5cf80c
parent 0 fb279309251b
equal deleted inserted replaced
1703:2c1a7d3f4ab4 1704:24ac5a5cf80c
    22   <li>Zero  or more .properties files containing user interface strings that should be  localized for different languages. These files are named after the component  and follow the pattern used for Java localization. If the component file is  mylabel.component, then mylabel.properties is the default localization file. The .properties files may be created or omitted as desired, with strings defined where appropriate. For example, a country-specific file could define just a few strings, leaving most to be defined in the language-specific file.<br />
    22   <li>Zero  or more .properties files containing user interface strings that should be  localized for different languages. These files are named after the component  and follow the pattern used for Java localization. If the component file is  mylabel.component, then mylabel.properties is the default localization file. The .properties files may be created or omitted as desired, with strings defined where appropriate. For example, a country-specific file could define just a few strings, leaving most to be defined in the language-specific file.<br />
    23     Strings that correspond to display text in the component file can be localized by prefacing the string with a % character. For example, <span class="code">friendlyName=&quot;%friendlyName&quot;</span> would have a corresponding entry in the .properties file, such as <span class="code">friendlyName=My Label</span>.</li>
    23     Strings that correspond to display text in the component file can be localized by prefacing the string with a % character. For example, <span class="code">friendlyName=&quot;%friendlyName&quot;</span> would have a corresponding entry in the .properties file, such as <span class="code">friendlyName=My Label</span>.</li>
    24   <li>Zero or more image files, referenced from the .component file. These may be in PNG, JPEG, GIF, or BMP format.</li>
    24   <li>Zero or more image files, referenced from the .component file. These may be in PNG, JPEG, GIF, or BMP format.</li>
    25   <li>Zero or more JavaScript files, referenced from the .component file. They may have any name with a  .js extension.</li>
    25   <li>Zero or more JavaScript files, referenced from the .component file. They may have any name with a  .js extension.</li>
    26 </ul>
    26 </ul>
    27 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div></div>
    27 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div></div>
    28 
    28 
    29 </body>
    29 </body>
    30 </html>
    30 </html>