Why and when to perform this task
Any servlet or enterprise bean can use internationalization context if the internationalization service is enabled within the hosting WebSphere application server instance.
This task applies
also to Web service-enabled enterprise beans.
Steps for this task
Results
When the Startup setting is selected, the application server automatically initializes, starts, and enables the internationalization service whenever the server starts. If you change this setting, be sure to restart the application server in order for the new setting to take effect.
To disable the service, clear the Startup checkbox. In this case, the internationalization service is initialized but is neither started nor enabled when the application server starts.
Example
Alternatively, the internationalization service can be enabled from the command line by using the wsadmin tool. To do this, start the wsadmin tool and enter the following commands:
set x [$AdminConfig list I18NService] $AdminConfig modify $x { { enable true } } $AdminConfig save exit
What to do next
If you enable or disable the internationalization service, be sure to stop and then restart the application server in order for the new setting to take effect.