« Sony Ericsson releases J2ME SDK 2.1.5 | Main | Nice OC4J Document on Oracle Metalink »

Using I18N in ADF UIX

Using internationalization (I18N) in Oracle ADF UIX is fairly easy.

You simply define a new <provider> in the <dataScope>, eg.
<data name="nls">
<bundle class="class.path.Labels" />
</data>

Using a text is also very easy with an EL entry:
<submitButton text="${nls.buttonSelect}" event="doSubmit" />

With this you only need to provide language specific properties files with key=value pairs (eg buttonSelect=Select). UIX than takes the right language depending on the browser supplied language settings.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on January 13, 2005 10:29 AM.

The previous post in this blog was Sony Ericsson releases J2ME SDK 2.1.5.

The next post in this blog is Nice OC4J Document on Oracle Metalink.

Many more can be found on the main index page or by looking through the archives.

Top Tags

Powered by
Movable Type and Oracle