Why and when to perform this task
By default, the internationalization service is enabled for use within Enterprise JavaBeans (EJB) client applications whenever the i18nctx.jar file is in the CLASSPATH setting constructed by the launchClient tool.
The
internationalization service is also enabled for Web service-enabled clients.
When invoking a Java client application, the launchClient tool sets the CLASSPATH to include the i18nctx.jar file and then activates the WebSphere J2EE client (container), which initializes, starts, and enables the service before delegating to the specified application.
To disable the service for all application server instances in your installation, remove the i18nctx.jar file from the install_root/lib directory. This prevents the file from inadvertently being included in the CLASSPATH setting constructed by the launchClient tool.
To selectively disable the service, include the argument -CCDI18NService.enable=false or -CCDI18NService.enable=no when invoking the launchClient tool.