IDvdControl2::SelectDefaultMenuLanguage method
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 value
Returns one of the following values.
| Return code | Description |
|---|---|
|
Success. |
|
Invalid argument. |
|
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 |
| Menu_Language_Select | DVD_DOMAIN_Stop |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also