pub fn detect_system_language() -> AzStringExpand description
Detect the system language as a BCP 47 tag.
Checks LANGUAGE, LC_ALL, LC_MESSAGES, and LANG in priority order.
Returns "en-US" if detection fails. For runtime detection via native
OS APIs, the platform discovery in azul-dll overrides this.