Results 1 to 2 of 2

Thread: Internationalization

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    26

    Default Internationalization

    hi, how would you change the languange. for example you have an option english, german and french.

    my message.properties:

    Code:
    user.id =Id
    how will you do it without changing the values of the variables in the message properties one by one.



    thanks a lot.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    how will you do it without changing the values of the variables in the message properties one by one
    Normally you have a separate properties file for each locale. For example for France you'd have messages_fr.properties. Take a look at the countries sample in the distribution.

    Also take a look at: 13.6. Using locales.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •