HOWTO: Create a New Language Module
Document ID: IR04012The information in this article applies to:
- AutoPlay Media Studio 4.0
SUMMARY
This article describes how to create a language module for an unsupported language in AutoPlay Media Studio 4.0.
DISCUSSION
AutoPlay Media Studio provides multi lingual support for error and progress messages through language modules. These language modules can be included in an AutoPlay application from the Languages tab of the Project Settings screen. Although AutoPlay Media Studio does ship with several popular language modules, it is possible that the language file that you are looking for has not been included. Fortunately, these files are easy to make if you know both the language of an existing language file and the one you want to create.
Here are the basic steps to create your own language module:
- In Windows Explorer, find the "Data\Languages" subfolder of the AutoPlay Media Studio 4.0 folder. Usually this is "C:\Program Files\AutoPlay Media Studio 4.0\Data\Languages".
- Make a copy of the language file that you want to translate from. For example, to translate from English, make a copy of the "English.xml" file.
- Rename the file to the name of the language that you are translating to. For example, "German.xml".
- Open the newly created language file in a text editor such as Notepad.
- Change the Description tag to be the name of the language that you are translating to. For example, "
German " - Change the LanguageID tag to be the language ID of the language you are translating to. For example, "
7 " You can look up the language ID that you need in the "langids.ini" file located in the same "Languages" directory. - Translate all of the messages within Message tags. Do NOT edit the ID subtags, only change the text within the Text subtags.
- When you have finished translating the file, save it.
That is all that there is to creating a new language module. If you would like to share your language module with other AutoPlay Media Studio users, please email the file to us or post it on the AutoPlay Media Studio forum. We will review it and include it in the next release of the product.
MORE INFORMATION
See Command Reference | Project Settings | Languages tab in the AutoPlay Media Studio help file.
KEYWORDS: languages, language module, english.xml
Last reviewed: October 3, 2002
Copyright © 2002 Indigo Rose Corporation. All rights reserved.