This section explains the language settings for the application runtime environment and the character set settings for the application.
Encoding settings are not required when using a JDBC driver.
You must match the language settings for the application runtime environment with the message locale settings of the database server.
Set language in the "user.language" system property.
Example
Example of running a Java command with system property specified
java -Duser.language=en TestClass1