PDA

View Full Version : Creating a Multilingual Application


Desmond
10-03-2003, 01:46 PM
<HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Creating a Multilingual Application</h3> <b>Document ID: IR10080</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> <h3>SUMMARY</h3> <p>This article describes how to create a multilingual application.</p> <h3>DISCUSSION</h3> <p>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.</p> <p>For your master project, use a System.GetDefaultLangID action to determine what the user's default language is, and launch the appropriate project file.</p> <p>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.</p> <h3>MORE INFORMATION</h3> <p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p> <ul> <li><b>Program Reference | Actions | System | System.GetDefaultLangID</b></li> </ul> <p>KEYWORDS: AutoPlay Media Studio 5.0, Project, Language </p> <hr> <FONT SIZE=1> Last reviewed: October 3, 2003<br> Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br> </FONT> </BODY> </HTML>