Detect the current language

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rogerdv

I need to know if the system is using spanish, or some other language and I guess that Godot automatically uses that language, isnt it? Is OS.get_locale() the right way?

:bust_in_silhouette: Reply From: jgodfrey

Yes. That’s what I’d use.