PeopleSoft Multi-Language
Multi-Language - How to Determine if the application has Multi-Language
Log onto the database and run the following select statement in SQL*Plus
select Language_CD, Installed from PSLANGUAGES;
If the 'Installed' field returns a '1' in for the Language_CD, then that language is installed in the application.