...
Code Block | ||||
---|---|---|---|---|
| ||||
<langpack> ... <str id="installer.reversetitle" txt="$APP_NAME $APP_VER - My Company"/> ... </langpack> |
Add a reference to the custom lang pack in install.xml resources
<
resources
>
...
<
res
id
=
"CustomLangPack.xml_eng"
src
=
"i18n/customLangPack.xml_eng"
/>
</
resources
>