Ventoy Forums

Full Version: Add option in Global Control Plugin for default menu language.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Add   option in Global Control Plugin for default menu language.






Add the VTOY_MENU_LANGUAGE option to the global management plugin for the default menu language.  

Did I do the right thing ?






Code:
{
    "control_legacy": [
        { "VTOY_DEFAULT_MENU_MODE": "0" },
        { "VTOY_MENU_LANGUAGE": "0" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
        { "VTOY_SECONDARY_BOOT_MENU": "1" },
        { "VTOY_WIN11_BYPASS_CHECK": "1" }
    ],
You should refer the document  https://www.ventoy.net/en/plugin_control.html
Thanks