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.
Steps for this task
Result
When you select the Enable service at server startup setting, the application server automatically initializes and starts the internationalization service whenever the server starts. If you change this setting, be sure to restart the application server for the new setting to take effect.
To disable the service, clear the Enable service at server startup check box. In this case, the internationalization service is initialized but not started when the application server starts.
Administration through scripting
set x [$AdminConfig list I18NService] $AdminConfig modify $x { { enable true } } $AdminConfig save exit
Related concepts
Internationalization service
Enabling tracing and logging
Related tasks
Administering the internationalization service
Enabling the internationalization service for EJB clients
Related reference
Internationalization service settings