I've came up with the following solution. You can open the command line of your Windows and write in it the following two distinct lines: cd C:\Program Files\Tablet\ Wacom Professional_CPL.exe /language <language code> where language code can be one of our supported languages: DE (German), EN (English), ES (Spanish), FR (French), IT (Italian), NL (Netherlands), RU (Russian). The first line will allow you to move to the Wacom tablet folder, the second one will ask the system to open the driver control panel in the desired language. You can also create an executable file (batch file) doing the following: Open Start. Search for Notepad, and click the top result to launch the app. Type the above two lines into that text file. Click the File menu. Select the Save as option. Type a name for the script, for example, WacomInDesiredLanguage.bat.