Skip to content

lnB51/win_lang_switcher

Repository files navigation

Windows lang switcher like on MacOS/Linux

Version 0.1 Rust MIT License

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.

Prerequisites

Install Rust (with rustup)

If you don't have rustup installed yet, follow the instructions on the rustup.rs site

Install Tauri CLI (with cargo)

cargo install tauri-cli --version "^2.0.0" --locked

Let's get started

Copy source code

git clone https://github.com/lnB51/win_lang_switcher

Install npm packages

Install npm packages reqired for this project (in root dir)

npm i

Build (Debug)

Run debug with Tauri CLI

cargo tauri dev

Build (Release)

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

Run

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.

About

Windows lang switcher like on MacOS/Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published