Determining the Operating System (OS) Language
Document ID: IR10069The information in this article applies to:
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to determine what language the user's operating system is configured to.
DISCUSSION
In AutoPlay Media Studio, to determine what language the user's OS is set to and store it in a variable user_language, insert the following code into an event in your application:
user_language = System.GetDefaultLangID;
Please note that user_language is a table, and can be referenced by calling user_language.Primary and user_language.Secondary
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, Default, Language, OS, Operating, System, Primary, Secondary
Last reviewed: October 3, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.