7.2 Deployment of the language pack
Language pack can be classified in the following types
Database Scripts:
- Login to OBAPI Schema
- Execute following SQL files :
- Commit the changes
Weblogic Configuration:
- Copy all files/ directories from
OBAPI_<VERSION>_TRANSLATION_PACK\<LOCALE>\config to
${OBAPI_HOME}\config hosted on Weblogic Server
Note:
The path for ${OBAPI_HOME}\config can be found under Managed Server classpath which is accessible via Weblogic Administration.
UI Configuration:
- Copy complete
OBAPI_<VERSION>_TRANSLATION_PACK\<LOCALE>\channel\resources\nls\<LOCALE>
directory to<CHANNEL_PATH>/resources/nls/
- Create a new
<LOCALE>
directory in<CHANNEL_PATH>/partials/help
- Copy all existing files from
<CHANNEL_PATH>/partials/help
to<CHANNEL_PATH}/partials/help/<LOCALE>
- Override all help files from
OBAPI_<VERSION>_TRANSLATION_PACK\<LOCALE>\channel\partials\help\<LOCALE>
to<CHANNEL_PATH>/partials/help/<LOCALE>
Parent topic: Language Pack