Transports and Interfaces: Siebel Enterprise Application Integration > Using Siebel OLE DB Provider > Installing the Siebel OLE DB Provider >

Multiple Language Considerations for the Siebel OLE DB Provider


Siebel OLE DB Provider supports multilingual operation. During installation, Siebel OLE DB Provider sets the language in which it was installed as the default language. However, you can install additional languages later, with each newly installed language becoming the new default. In order to use a nondefault language, you need to pass the Siebel OLE DB Provider a language parameter.

NOTE:  The language you choose pertains only to the messages displayed. The text that is retrieved will be in the language in which it was stored.

The following example illustrates this situation.

  • Siebel OLE DB Provider is installed with Japanese language support. The default language is specified as JPN. In that case, the connect string for the Siebel OLE DB Provider is:

    siebel://SiebelServer:2321/siebel/SCCObjMgr_JPN

  • An additional language, English, is installed and becomes the default language. To use the Japanese language, the connect string for the Siebel OLE DB Provider would be:

    siebel://SiebelServer:2321/siebel/SCCObjMgr,lang=JPN

Transports and Interfaces: Siebel Enterprise Application Integration