Adding a new language to install4j

48 Views Asked by At

I use install4j for my application distribution. But I didn't get any information in case when I want add custom language (not from available list). For example ukrainian(UA). Is it possible ?

1

There are 1 best solutions below

3
Ingo Kegel On BEST ANSWER

You can add a new language like that:

  1. Edit the file resource/messages/languages and add the line

    ua=Ukrainian
    
  2. Add the line

    languages.ua=Ukrainian
    

    to the file resource/messages/messages_en.utf8

  3. Copy the file resource/messages/messages_en.utf8 to resource/messages/messages_ua.utf8 and translate all messages.

We are happy to ship and subsequently maintain a new translation if you send it to us.