Installing Multi-language in peoplesoft:
First, we can check the application for the installed languages.
We can Login to the database and can run the following SQL statement in SQL*PLUS
select Language_CD, Installed from PSLANGUAGES;
If the 'Installed' column returns value '1' in the Language_CD, then that language is installed in the application.
Note: After a change done for any new installed languages a restart to app and web server is good for the change to be seen online.
No comments:
Post a Comment