tauri-plugin-sys-locale 0.1.2

Tauri plugin to read the operating system's current locale/language
1
2
3
4
5
const COMMANDS: &[&str] = &["get_locale"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}