Contents
Navigation
Home User Reference Other Resources


This class allows you to indicate that one of the movie should be based on the language of the operating system software.







The QTPlgAltLanguage class constructors are called when you create a new instance of the class, while the ˜QTPlgAltLanguage class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.

The class provides you with the following initializer methods:
()
This is the default constructor. The property is set to the default value of the constant
(lang as integer)
The property is set to the value specified by the lang parameter
(other as QTPlgAltLanguage)
This is the copy constructor. The of the object to be copied will be used to initialize the new class instance

specifies the requested language code. As a convenience, a few of the most common language script codes are provided to you by the defined by the class


identifies the script code for the english language
identifies the script code for the french language
identifies the script code for the german language
identifies the script code for the italian language
identifies the script code for the dutch language
identifies the script code for the swedish language
identifies the script code for the spanish language
identifies the script code for the danish language
identifies the script code for the portuguese language
identifies the script code for the norwegian language