use crate::;
use Serialize;
/// Returns the primary system locale string, e.g. "de-DE" or "en-US".
///
/// Plain Rust function — no `Tauri` state or `AppHandle` required, so you
/// can call it from anywhere in your Rust code, not just from the frontend
/// via `invoke()`.
/// Returns the locale and the plain language code separately.