Search This Blog

Saturday, July 23, 2011

How to find Application Languages Installed r12

There are 3 ways to find Installed Application languages on r12.
1. Application

go to System Administrator responsibility > Install > Languages

2. Database
SQL> SELECT LANGUAGE_CODE, INSTALLED_FLAG
FROM FND_LANGUAGES
WHERE INSTALLED_FLAG IN ('B','I');

3. AD utility
AD utility will also show base language and other installed languages on application.

No comments: