How do I...?

Determine the Operating System (OS) Language

In AutoPlay Media Studio, to determine what language the user's OS is set to and store it in a variable user_language:

  1. Insert the following code into an event in your application:

user_language = System.GetDefaultLangID;

Note: user_language is a table, and can be referenced by calling user_language.Primary and user_language.Secondary