Siebel Global Deployment Guide > Localizing Global Deployments > Localizing an Unshipped Language >

Configuring Mobile Web Clients


This topic is part of Localizing an Unshipped Language.

For a Siebel Mobile Web Client or Developer Web Client, in addition to the applicable steps described in Creating New Language Subdirectories, you must perform the steps described here for your unshipped language.

NOTE:  The Siebel Developer Web Client is not supported for end user deployments. For more information, see the Siebel Installation Guide for the operating system you are using.

TIP:   You can make directory and file modifications in a single product installation. For a Mobile Web Client installation, do not extract a local database for a specific user. When you have completed all configuration tasks, use Siebel Packager to create an installer package to be distributed to end users. For more information about using Siebel Packager, see Going Live with Siebel Business Applications.

Modifying Application Configuration Files

For any applications you will support for Mobile Web Client or Developer Web Client users, you modify the configuration files located in the new language subdirectory XXX under SIEBEL_CLIENT_ROOT\bin, which you created following steps in Creating New Language Subdirectories.

For example, for Siebel Call Center for Polish (PLK), edit SIEBEL_CLIENT_ROOT\bin\PLK\uagent.cfg to include parameter values similar to the following:

[Siebel]
Language = PLK
ResourceLanguage = DEU
WebClientSiteDir = D:\PROGRA~1\SIEBEL\8.0\WEBCLI~1\public\plk

...

[InfraUIFramework]
MsgTemplateDir = D:\PROGRA~1\SIEBEL\8.0\WEBCLI~1\msgtempl\PLK

This example, where you set the Language parameter to PLK and set the ResourceLanguage parameter to DEU, ENU, or another value, supports one localization scenario. For more information, see About Parameters for Language and Locale and Creating Application Object Manager Components.

The Language parameter is equivalent to the server parameter Language Code. The ResourceLanguage parameter is equivalent to the server parameter OM - Resource Language Code.

In the configuration file, replace other language references, such as enu or ENU, with plk or PLK, where appropriate, to support your unshipped language.

Modifying Application Shortcuts for Mobile Web Clients

For a Siebel Mobile Web Client or Developer Web Client, create application shortcuts for your unshipped language XXX by copying existing shortcuts for the base language YYY.

For example, you might copy the shortcut for Siebel Call Center - ENU and rename it Siebel Call Center - PLK. Modify the properties of this shortcut so the shortcut target is similar to the following:

"D:\Program Files\Siebel\8.0\web client\BIN\siebel.exe" /c "D:\PROGRA~1\SIEBEL\8.0\WEBCLI~1\bin\PLK\uagent.cfg"

Siebel Global Deployment Guide Copyright © 2007, Oracle. All rights reserved.