Announcement

Collapse
No announcement yet.

Language selection screen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Language selection screen

    SUF 5 had this nice little language selection box which you could enable with a simple tick box. How do you do the same thing in version 6?

    Thanks,
    BB

  • #2
    Re: Language selection screen

    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.

    Hope that helps.

    Comment


    • #3
      Re: Language selection screen

      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.

      Thanks,
      BB

      Comment


      • #4
        Re: Language selection screen

        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.

        Hope that helps.

        Comment


        • #5
          Re: Language selection screen

          I'm sure this would work. It does seem however quite a 'standard' screen which could well be built into SUF ;-)

          Thanks,
          BB

          Comment

          Working...
          X