Pages

Saturday, September 8, 2012

what is java internationalization

In general internationalization in making the software usable by multiple languages. By using this we can make application to support languages like english, french, latin etc...

The way to tackle this problem is to use  .properties file.

The link below provides a nice simple tutorial on how to do this.

http://www.roseindia.net/java/example/java/swing/internationalization.shtml

1 comment:

  1. For Java localization projects, you can use the translation management platform POEditor.
    It fully supports .properties files and makes collaboration really easy.

    ReplyDelete