9Convert
English
A: Not easily. Each pack overwrites the previous one. To switch back to English, you must uninstall the foreign pack and reinstall the English pack (or repair your original installation).
@echo off echo 1. English echo 2. Spanish set /p lang="Select language: " if "%lang%"=="1" set LANGUAGE=EN if "%lang%"=="2" set LANGUAGE=ES start "" "C:\Program Files\Autodesk\AutoCAD 2020\acad.exe" language pack autocad 2020
Before adding a language pack, ensure the following conditions are met: A: Not easily