Function tauri::api::os::locale

source ·
pub fn locale() -> Option<String>
Available on crate feature os-api only.
Expand description

Returns Some(String) with a BCP-47 language tag inside. If the locale couldn’t be obtained, None is returned instead.