This project aims to solve the problem of comfortably changing the language on Windows. Although Windows provides a language change preview, it may not be comfortable for all users, this project provides an interface very similar to the interface of macOS and Linux.
If you don't have rustup installed yet, follow the instructions on the rustup.rs site
cargo install tauri-cli --version "^2.0.0" --lockedgit clone https://github.com/lnB51/win_lang_switcherInstall npm packages reqired for this project (in root dir)
npm iRun debug with Tauri CLI
cargo tauri devTo skip bulding installers run (create pure executable)
cargo tauri build -b --no-bundleIf you need installer for your app run (create two different types of installers msi and exe)
cargo tauri buildTo run app without installers run in cmd (root dir)
.\target\release\app.exePS: You can add this executable to your startup to run automatically when your system boots.