Replies: 1 comment 7 replies
-
I agree this would be useful, so I've created chaquo/chaquopy#1150 to track it. Meanwhile, you can do this: str(app._impl.native.getConfiguration().getResources().getLocales().get(0)) ... where |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, how can I recognize the current language with
locale.getlocale()
?When i try it on android, it only returns
('en_US', 'UTF-8')
, even if default language was set to an other language.Beta Was this translation helpful? Give feedback.
All reactions