How do I...?

Create a Multilingual Application

To create a project that supports more than one language, create one project for each language you wish to support, and one master project to decide which project to launch.

For your master project, use a System.GetDefaultLangID action to determine what the user's default language is, and launch the appropriate project file.

Another possibility is to determine the language ID in the On Preload event and then jump to a particular page or even to present the user with available choices that branch off into the appropriate section of a single application.