Share via


MSVidWebDVD.LanguageFromLCID Property

Note  This topic applies to Windows XP Service Pack 1 or later.

The LanguageFromLCID property retrieves a human-readable string when given a primary language ID.

VidWebDVD.LanguageFromLCID(  
   lcid As Long
) As String

Parameters

  • lcid
    Specifies the primary language ID as a Long. See Working with LCIDs for a table of some possible values.

Return Value

Returns a String representation of the language that can be displayed in the application's user interface.

Remarks

This property is read-only. Although this method is named LanguageFromLCID, the parameter that is passed in is actually the primary language ID, not the language ID.

Examples

' Returning the property.
strLang = VidWebDVD.LanguageFromLCID(lcid)

Requirements

Type Library Use MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.
DLL Requires Quartz.dll.

See Also

AudioLanguage
DVDTextLanguageLCID
MSVidWebDVD Object
Text Strings
Working with LCIDs

Send comments about this topic to Microsoft

Build date: 12/4/2008