Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : NLS support : Tutorial: Using NLS for Korean interface display : Creating a NLS file
  
Creating a NLS file
1 Create a new properties file in the location of NLS folder. Name the file in this way [ProjectName]_[ language]_[locale].properties.
Use the list of language locale to indicate the language:
en_US (English)
zn_CN (Mandarin)
es_ES (Spanish)
ja_JP (Japanese)
fr_FR (French)
ko (Korean)
For example, the Korean NLS property file name for bttsample should be named as bttsample_ko.properties.
This graphic is described in the surrounding text.
2 Add new NLS items for this file. Here we take text property of a label widget as an example. Open index.xui file and click on browse of the label properties. For more ways to use NLS, see Launching the NLS window.
This graphic is described in the surrounding text.
3 Click on the file bttsample.properties and Select language locale, ko.
This graphic is described in the surrounding text.
4 Click Add, and then enter the new item in the dialog box.
This graphic is described in the surrounding text.
You can provide values with parameters whenever an NLS property is being edited. If the value text has parameters, the parameters box is displayed:
Parameter
If parameters are required, the OK button is disabled until parameter values are provided.
5 Repeat step 2 to 4 to add new items for the NLS file.
6 Select the item you want to link to the widget, and then click OK.
7 Save the index.xui file.
Go up to
Tutorial: Using NLS for Korean interface display