Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : NLS support : Tutorial: Using NLS for Korean interface display : Customizing the Client-side JavaScript validation message
  
Customizing the Client-side JavaScript validation message
UDTT uses Dojo to provide basic client-side validations. If you want to customize the validation message, you can override the default message in relative JavaScript file.
1 In the Java EE perspective, expand the directory WebContent > js > dojo > nls from Project Explorer.
2 Choose the language file. In this case, open dojo_ko.js.
This graphic is described in the surrounding text.
3 Find the validation message and rewrite it between double quotation marks.
This graphic is described in the surrounding text.
Go up to
Tutorial: Using NLS for Korean interface display