Portal Server 7.2 is localized in German (de), Spanish (es), French (fr), Japanese (ja), Korean (ko), Simplified Chinese (zh_CN), and Tranditional Chinese (zh_TW) languages. You can install Portal Server 7.2 in any of the languages by changing the system locale before you start installing. The following procedure explains how to change the system locale in UNIX system.
Run the locale command to know the default locale in your UNIX system.
Change the default locale by setting the LC_ALL and LC_LANG environment variables. For example, to set the French locale with UTF-8 encoding, run the following commands.
$ LC_ALL=fr_FR.UTF-8 $ export LC_ALL $ LC_LANG=fr_FR.UTF-8 $ export LC_LANG |
From the installation location, change to the OS arch directory.
OS arch directory can be the directory for your operating system such as Solaris_sparc, Solaris_x86, or Linux_86.
Run the ./installer --j $JAVA_HOME to invoke the Portal Server 7.2 GUI installation wizard.
Install Portal Server 7.2 by following the steps in To Install Sun Java System Portal Server 7.2 on Application Server 9.1 Using Portal Server 7.2 GUI Installer section.
After successful installation, configure the sample portals by following the steps in Configuring a Sample Portal section.
You can notice that samples are also localized in German (de), Spanish (es), French (fr), Japanese (ja), Korean (ko), Simplified Chinese (zh_CN), and Tranditional Chinese (zh_TW) languages.