Ventoy Forums
Add option in Global Control Plugin for default menu language. - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Add option in Global Control Plugin for default menu language. (/showthread.php?tid=2263)



Add option in Global Control Plugin for default menu language. - BKPB - 12-05-2022

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" }
    ],



RE: Add option in Global Control Plugin for default menu language. - longpanda - 12-05-2022

You should refer the document  https://www.ventoy.net/en/plugin_control.html


RE: Add option in Global Control Plugin for default menu language. - BKPB - 12-05-2022

Thanks