Perform this task to configure application components for deployment with the internationalization service.
All servlets and enterprise beans have an internationalization type setting that specifies whether internationalization context is managed by the application component or by its hosting Java Platform, Enterprise Edition (Java EE) container during invocations of their respective life cycle and business methods. The internationalization type can be configured for all server application components except entity beans, which are container-managed only.
You can associate CMI servlets, and business methods of CMI enterprise beans, with a container internationalization attribute. That attribute specifies which of three internationalization contexts (Caller, Server, or Specified) the container is to scope to an invocation. When running as specified, the container internationalization attribute also specifies the custom internationalization context elements.