xcode - OSX Installer Packages: How can I give a choice for language of installation in the installer of my app? -


i have used pkgbuild , productbuild create installer app , working correctly. have license files in different languages (english, japanese, french). how can allow users choose read license file of choice? think need specify in distribution.xml file, in "license" tag. can specify multiple files there?

i remember utility "packages.app" supports adding language files readme/licence/etc, can try create test product , whatch does.

you can here (it's free) : http://s.sudre.free.fr/software/packages/about.html

ps: i'm not sure user can "choose" language of installer in os x, think system language determines 1 use


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -