Leinnan / bevy_device_lang

Cross-platform way to query device language setting

Home Page:https://crates.io/crates/bevy_device_lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bevy_device_lang

crates.io docs.rs discord

Provides access device language cross-platform: iOS, Android, Web (Wasm). Useful to support app localization in the right language.

See also: bevy_ios_iap, bevy_ios_gamecenter, bevy_ios_notifications, bevy_ios_alerts, bevy_ios_review & bevy_ios_impact

Features

  • macOS, iOS
  • Android
  • Wasm

Todo

  • win, linux

Usage

Add dependency: bevy_device_lang = "0.3"

fn bevy_system() {
    let lang : Option<String> = bevy_device_lang::get_lang();
}

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Cross-platform way to query device language setting

https://crates.io/crates/bevy_device_lang

License:Apache License 2.0


Languages

Language:Rust 100.0%