Share via


Windows Media Player 11 SDK IWMPControls3.currentAudioLanguage (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPControls3.currentAudioLanguage (VB and C#)

The currentAudioLanguage property gets or sets the locale identifier (LCID) of the audio language for playback.

  

Property Value

A System.Int32 that is the LCID of the audio language.

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.

When working with DVD content, specifying an LCID will cause the first available audio track having the specified language ID to be selected.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next