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" --locked
git clone https://github.com/lnB51/win_lang_switcher
Install npm
packages reqired for this project (in root dir)
npm i
Run debug with Tauri CLI
cargo tauri dev
To skip bulding installers run (create pure executable)
cargo tauri build -b --no-bundle
If you need installer for your app run (create two different types of installers msi and exe)
cargo tauri build
To run app without installers run in cmd (root dir)
.\target\release\app.exe
PS: You can add this executable to your startup to run automatically when your system boots.