java - Creating custom languages for install4j installer? -
i have question how add new languages installer. internationalizing our application. testing purposes want display installer in our test language.
my initial work around first copy contents of "messages_en.utf8" file in
install4j ->resources -> messages directory
and added messages_xx.utf8 file said directory, containing said contents. ran file through standalone translator tool built translates string following equal sign, giving me key value pair containing "translated" string.
so have appropriate xx_messages.utf8 file. then, go languages file , add new language, "xx=newlanguage". have language show in language tab corresponding message file.
now, works it's expected to, however, actual question is, correct way add arbitrary languages? if want installer rendered in chittagonian in future, proper way achieve goal, or there better way go creating new languages installer?
now, works it's expected to, however, actual question is, correct way add arbitrary languages?
yes, that's correct. have add key:
languages.xx=language name to messages_en.utf8 , possibly other support language files. language selection dialog.
so if want installer rendered in chittagonian in future, proper way achieve goal
yes, note there no proper ltr support in install4j of 5.1.6 , gui may not ltr languages.
Comments
Post a Comment