IWMPControls3::getAudioLanguageID method
[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The getAudioLanguageID method returns the locale identifier (LCID) for a specified audio language index.
Syntax
public System.Int32 getAudioLanguageID(
System.Int32 lIndex
);
Public Function getAudioLanguageID( _
ByVal lIndex As System.Int32 _
) As System.Int32
Implements IWMPControls3.getAudioLanguageID
Parameters
-
lIndex [in]
-
A System.Int32 that is the one-based index of the audio language.
Return value
A System.Int32 that is the LCID.
Remarks
An LCID uniquely identifies a particular language dialect, called a locale.
For Windows Media based content, properties and methods related to language selection support only a single output.
Use the audioLanguageCount property to get the number of supported audio languages, and then access an audio language individually by using a one-based index.
Requirements
Requirement | Value |
---|---|
Version |
Windows Media Player 9 Series or later |
Namespace |
WMPLib |
Assembly |
|