Creating Language Subdirectories and Copying Language-Specific Files for an Unshipped Language on the Siebel Server
This topic is part of Creating New Language Subdirectories and Copying Language-Specific Files.
Use the following procedure to create language subdirectories and copy language-specific files for an unshipped language on the Siebel Server. Note the following:
-
On Windows, the directories mentioned in this procedure are in
SIEBSRVR_ROOT\bin
(configuration files and binary files) andSIEBSRVR_ROOT\msgtmpl
. -
On UNIX, the directories are in
SIEBSRVR_ROOT/bin
(configuration files),SIEBSRVR_ROOT/lib
(binary files), andSIEBSRVR_ROOT/msgtmpl
.
For more information about these directories, see Siebel Installation Guide.
To create language subdirectories and copy language-specific files for an unshipped language on the Siebel Server
On the Siebel Server computer or operating system instance, do one of the following in the directory
SIEBSRVR_ROOT
:-
(Windows) Create a new language subdirectory
XXX
underbin
. -
(UNIX) Create a new language subdirectory
XXX
underbin
. Then createXXX
underlib
.
-
-
Do one of the following:
-
(Windows) Copy the configuration files and binary files from
bin\YYY
tobin\XXX
. -
(UNIX) Copy the configuration files from
bin/YYY
tobin/xxx
. Then copy the binary files fromlib/YYY
tolib/xxx
.
The configuration files (that is, the CFG files such as uagent.cfg for Siebel Call Center) will be used by the Application Object Managers that you will create for new language XXX.
Note: After completing the localization tasks, you must recopy the files fromYYY
toXXX
in each applicable location after each time that you install a new Siebel CRM release, to keep your localized product up to date. For more information about installing Siebel CRM, see Siebel Installation Guide. -
Do one of the following:
-
(Windows) Create a new language subdirectory
XXX
undermsgtmpl
. Then copy the contents ofmsgtmpl\YYY
tomsgtmpl\XXX
. -
(UNIX) Create a new language subdirectory
XXX
undermsgtmpl
. Then copy the contents ofmsgtmpl/YYY
tomsgtmpl/XXX
.
-
Related Topics
Related Books
Siebel Installation Guide