-
Book Overview & Buying
-
Table Of Contents
Oracle JET for Developers
By :
Global application support can be provided by web applications by giving proper internationalization and globalization support.
The following diagram shows a list of languages supported by Oracle JET through Oracle National Language Support (NLS):

Additionally, Oracle JET offers support for over 160 locales by using the Common Locale Data Repository (CLDR), saved in the same way as locale bundles. The locale-specific information can be advised in the application in either:
lang attribute in an HTML pagenavigator.language or navigator.userLanguage browser propertiesOracle JET framework also lets us define translation bundles for labels on the page, to populate different language-specific labels on the page dynamically.
The sample program for the translation bundle is as follows:
define({
"root": {
"label": "Select an application",
"menu1": "Payroll",
"menu2": "Business Processing",
"menu3": "Administration...