Microsoft DirectX 9.0

IDvdControl::MenuLanguageSelect

Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Sets the displayed language for navigation menus.

Syntax

HRESULT MenuLanguageSelect(
    LCID LanguageCode
);

Parameters

LanguageCode

Value that specifies the new language.

Return Value

Returns an HRESULT value.

Remarks

This method selects the default language for menus.

This method returns an error unless the domain is DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.

Applications specify languages with standard Windows LCIDs.

See Also