16 Enable/Add new language in Oracle Apps R12

 16.1 Check the Character set whether new language you are enabling is supporing or not? Refer Note 


16.2 Activate new language from License Manager from Oracle Application Manager


16.3 Check from the tables, new language is activated or not?

SQL> select NLS_LANGUAGE from FND_LANGUAGES where INSTALLED_FLAG in ('B','I');

NLS_LANGUAGE
------------------------------
AMERICAN
SPANISH
FRENCH

16.4 Run Maintain Multi-lingual Tables from adadmin

16.5 Run Maintain Snapshot information from adadmin

16.6 Run the Translation Synchronization Patch utility (adgennls.pl) using below command

perl $AD_TOP/bin/adgennls.pl

The manifest generated from the tool is located at : $APPL_TOP/admin/$TWO_TASK/out/adgennls.txt

16.7 After you generate your manifest, you can go to http://updates.oracle.com/TransSync (use your My Oracle Support username and password).
   Follow the instructions on the screen to upload the manifest file. A Translation synchronization patch will be generated specifically based    on your manifest for each of your active language. The patch will synchronize the language file versions and American English file versions    in your Applications instance.

16.8 Install the Release 12 NLS Help for the new language (optional)

Reference:

Globalization Guide for Oracle Applications Release 12 (Doc ID 393861.1)


No comments:

Post a Comment