blob: 620c1fa78f8e8306a3f32aea9c2ff8cd23697798 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.5">
<title>NLS Entry Wizard</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="css/eclipse.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="css/coderay-eclipse.css">
</head>
<body class="article">
<table border="0" class="navigation" style="width: 100%;" summary="navigation">
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_wizard_page.html" shape="rect" title="New Page Wizard"><img alt="Previous" border="0" src="images/prev.gif"></a></td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_wizard_lookupcall.html" shape="rect" title="New LookupCall Wizard"><img alt="Next" border="0" src="images/next.gif"></a></td>
</tr>
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%">New Page Wizard</td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%">New LookupCall Wizard</td>
</tr>
</table>
<div id="header">
</div>
<div id="content">
<div class="sect3">
<h4 id="nls-entry-wizard"><a class="anchor" href="#nls-entry-wizard"></a>NLS Entry Wizard</h4>
<div class="paragraph">
<p>The NLS Entry wizard can be used to create or to modify a text entry that will be displayed to the user and the needs to be localized. It can be opened from:</p>
</div>
<div class="ulist">
<ul>
<li> <p><a href="sdk_editor_nls.html">The NLS Editor</a> by selecting "New Entry" or "Modify Entry".</p> </li>
<li> <p><a href="sdk_editor_java.html">The Java Editor</a> by using the proposal editor inside the string parameter of the <code>TEXTS.get("")</code> code.</p> </li>
</ul>
</div>
<div id="img-new_text_entry_wizard" class="imageblock">
<div class="content">
<img src="images/sdk_wizard_nls_entry.png" alt="sdk wizard nls entry">
</div>
<div class="title">
Figure 1. Adding a new text with the New Entry wizard.
</div>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">
Key Name
</dt>
<dd>
<p>This field holds the text key that is used to access translated text.</p>
</dd>
<dt class="hdlist1">
default
</dt>
<dd>
<p>This field holds the default translated text for the key. Make sure to at least provide a translated text in this tab.</p>
</dd>
<dt class="hdlist1">
French (France)
</dt>
<dd>
<p>Additional tabs to enter translations for other languages may be present. Adding additional languages is described in the text for the NLS editor.</p>
</dd>
<dt class="hdlist1">
Copy key to the clipboard
</dt>
<dd>
<p>Select this checkbox to copy the key name to the clipboard and paste it later in your code.</p>
</dd>
</dl>
</div>
<hr>
<div class="paragraph">
<p>Go back to the <a href="sdk_wizard.html">Scout Wizards</a>.</p>
</div>
<div class="paragraph">
<p>Do you want to improve this document? Have a look at the <a href="https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/blob/releases/7.0.x/docs/build/eclipse_help/src/docs/sdk_wizard_nls-entry.adoc" target="_blank">sources</a> on GitHub.</p>
</div>
</div>
</div>
<table border="0" class="navigation" style="width: 100%;" summary="navigation">
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_wizard_page.html" shape="rect" title="New Page Wizard"><img alt="Previous" border="0" src="images/prev.gif"></a></td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"><a href="scout_user_guide.html" shape="rect" title="Eclipse Scout User Guide"><img alt="Eclipse Scout User Guide" border="0" src="images/home.gif"></a></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_wizard_lookupcall.html" shape="rect" title="New LookupCall Wizard"><img alt="Next" border="0" src="images/next.gif"></a></td>
</tr>
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%">New Page Wizard</td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%">New LookupCall Wizard</td>
</tr>
</table>
<div id="footer">
<div id="footer-text">
Version 7.0
<br> Last updated 2017-05-26 14:49:24 CEST
</div>
</div>
</body>
</html>