Tuesday, December 28, 2010

How to Determine if the application has Multi-Language

Log onto the database and run the following select .

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.

No comments:

Post a Comment