Feature #1102
Language selection of QuanTB installer
0%
Description
Spell out and capitalize all language names displayed in the dialog box "Language selection". For instance, instead of “eng” it will say “English”.
See attached.
History
#1
Updated by Oleksii Kurasov about 11 years ago
- Due date set to 02/21/2014
- Status changed from New to Feedback
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
For build the installation package I use program named IZPack. Quote from the documentation:
The Localization Element <locale>
This element is used to specify the language packs (langpacks) that you want to use
for your installer. You must set one <langpack> markup per language. This markup
takes the “ iso3“ parameter which specifies the iso3 language code.
Here’s a sample :
<locale>
<langpack iso3="eng"/>
<langpack iso3="fra"/>
<langpack iso3="spa"/>
</locale>
So it is possible, but seems as not recommended to change ISO3 codes to something else.
What do you think?
#2
Updated by Luis Gustavo do Valle Bastos about 11 years ago
- Status changed from Feedback to Closed
Do not change the ISO3 codes.