Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Switch language of Android app from German back to English?
Hakro
Member Posts: 67 ✭✭✭
After updating the Android Onshape app to version 1.55.4809 the UI of Onshape is in German now. How can I switch Onshape back to English without switching my whole Android system from German to English?
I know how it works in the browser version (Manage account > Preferences > Display language). But how does it work in the Android app? Any idea?
I know how it works in the browser version (Manage account > Preferences > Display language). But how does it work in the Android app? Any idea?
0
Comments
Since Android 13 there is now a (slightly complicated) way to achieve this:
Android now provides a way to set different languages per app. Unfortunately though, apps need to opt in to that, which the Onshape app has not done. But there is a way around this:
adb shell settings put global settings_app_locale_opt_in_enabled falseSee also here: https://www.reddit.com/r/Android/comments/wrlgh2/how_to_make_every_app_appear_in_android_13s_new/
(If any Onshape dev is reading this: enabling this for the app by default seems to be pretty simple, just one or two build config entries: https://developer.android.com/guide/topics/resources/app-languages )