Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : NLS support
  
NLS support
National Language Support (NLS) is responsible for character and language conversion according to the configured language.
With the support of NLS, UDTT applications are able to display in different languages according to customers' requirements without further translation. This is because an NLS element consists of a value and a key. Different languages refer to different values while they share the same key.
By default, NLS is parsed on the client side. You can move the NLS loading work to the server side by changing the settings in the btt.xml file. For more information, see NLS loading configuration.
This graphic is described in the surrounding text.
Search Bar
This bar can help users to invoke a search throughout the whole workspace.
Advanced Options
This module can help users to search under more specific requirements.
Language Option
The option list includes all the language locales of all the properties files in the workspace. This option can identify the specific language users want to use.
Case sensitive Option
This option can determine whether to follow the capital and lower case of the search criteria.
Diacritical marks sensitive Option
This option can determine whether to ignore the diacritical marks of the search criteria.
File List
This list can help user to view NLS properties and select specific properties file. User will need to import some multinational properties files into the NLS folder in advance in order to access the required NLS files.
Keyword Bar
This bar can help user to invoke a search in one file selected from File List.
Element List
This list is used to display the key and value of NLS properties file.
The usage of the five modules, refer to Using NLS elements.
Editing Buttons
This module is used to edit NLS files.
For more information, see Editing NLS files.
See
Launching the NLS window
Tutorial: Using NLS for Korean interface display
Go up to
Editing the properties of the XUI widgets