IWMProfileManagerLanguage interface (wmsdkidl.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMProfileManagerLanguage interface controls the language of the system profiles parsed by the profile manager.

An IWMProfileManagerLanguage interface exists for every profile manager object. You can obtain a pointer to an instance of this method by calling the QueryInterface method of any other interface of the profile manager object.

Inheritance

The IWMProfileManagerLanguage interface inherits from the IUnknown interface. IWMProfileManagerLanguage also has these types of members:

Methods

The IWMProfileManagerLanguage interface has these methods.

 
IWMProfileManagerLanguage::GetUserLanguageID

The GetUserLanguageID method retrieves the language identifier for the system profiles loaded by the profile manager object.
IWMProfileManagerLanguage::SetUserLanguageID

The SetUserLanguageID method sets the language of the system profiles that will be parsed by the profile manager object.

Requirements

   
Target Platform Windows
Header wmsdkidl.h

See also

IWMProfileManager Interface

Interfaces

Profile Manager Object