Microsoft DirectX 9.0

IDvdControl2::SelectDefaultMenuLanguage

The SelectDefaultMenuLanguage method sets the default language for all menus and menu buttons.

Syntax

HRESULT SelectDefaultMenuLanguage(
  LCID Language
);

Parameters

Language

Variable of type LCID that specifies the default language.

Return Values

Returns one of the following values.

Return code Description
S_OK Success.
E_INVALIDARG Invalid argument.
VFW_E_DVD_INVALIDDOMAIN The DVD Navigator is not in a valid domain.

Remarks

This method selects the default text language to use for menus when the disc is played. For example, if Language is specified as 0x409 for U.S. English, the DVD Navigator tries to show U.S. English text in menus. If the default menu language is not found on a disc, the DVD Navigator selects the closest match.

The following table shows the Annex J command name to which this method name corresponds, and the domains in which this method is valid.

Annex J Command Name Valid Domains
None DVD_DOMAIN_Stop

See Also