Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
You can add different language modules to your install by going to DESIGN->GENERAL DESIGN.
Then click the LANGUAGES tab.
In the bottom left hand corner you will find an "Add" button that you can use to add additional language modules to your installation.
Thanks Darryl, but that is not the one I mean. In V5 you could specify from there whether to prompt the user to select a language, or to use automatic language selection. In V6 you don't seem to have this choice anymore; it always does automatic selection. We want to be able for the end user to select a preferred language from the list of shipped ones.
I see...sorry for the confusion. No that feature is not available, however you can certainly still accomplish the same functionality using a few methods. For example, simply include a screen such as a "List Box" screen, or "12 Radio Button" screen to present the user with their language options. Then assign the correct language ID to the variable %SysLanguage% based on the option they chose. You could use a series of IF control structures on the "After" actions tab of that screen.
Comment