Configuring JBuilder to use different language

Obsah: Configuring JBuilder to use different language

[pre]

Product: JBuilder
Version: Any
Platform: Windows

Question:

I wish to change the locale used by JBuilder.

Answer:

The following steps will allow the locale used by JBuilder to be changed.

1. Close JBuilder
2. Using a text editor open the jbuilder.config file - found in the JBuilder bin directory: ie: C:\Program Files\Borland\JBuilder2006\Bin 
3. Add the following lines:

vmparam -Duser.language= <language code>

vmparam -Duser.region= <region code>

Both the language and region codes are defined by characters.

For example,

� GE - Greece
� GER - German
� TE - Turkish
��FR - French

4. Close and save the .config file

5. Restart JBuilder.

[/pre]