Creating a Multilingual Application
Document ID: IR10080The information in this article applies to:
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to create a multilingual application.
DISCUSSION
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 the application.
MORE INFORMATION
For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:
- Program Reference | Actions | System | System.GetDefaultLangID
KEYWORDS: AutoPlay Media Studio 5.0, Project, Language
Last reviewed: October 3, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.