Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPControls3.getLanguageName (VB and C#)

The getLanguageName method returns the name of the audio language with the specified locale identifier (LCID).

  

Parameters

lLangID

A System.Int32 that is the LCID.

Return Value

A System.String that is the name 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.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next