Can I use different display_name for different languages?
-
Which OS are you targeting?
-
Yes, it is possible to localize the display_name. You need to add this into your .pro file:
@symbian {
CONFIG += localize_deployment
}@
After that localization is done the same way as localization of the application UI. Use the lupdate to generate .ts filles and use Qt Linguist to edit those.The .ts files must have an underscore and Qt language code at the end of the filename body to be compatible with deployment localization. E.g:
@TRANSLATIONS += myapp_en.ts myapp_fi.ts@
lupdate will generate these entries into .ts files:- Application short caption
- Application long caption
- Package name
- Smart installer package name