Git Product home page Git Product logo

Comments (7)

tanujnotes avatar tanujnotes commented on June 6, 2024 2

Other than this Github issue, I haven't received any request for language change feature. Almost everyone seems to be okay with Olauncher using their default phone language. Also, Android 13 and above provide the option to change app language from phone settings. For these reasons, this language change option most likely won't be added in the app.

from olauncher.

Minibus93 avatar Minibus93 commented on June 6, 2024 1

Mhhh, unless it's a Android 13 only thing, on Android 12, MIUI 13 (Global) and Olauncher 4.0.5, the linked guide doesn't seem like it is applicable.

However, I know that MIUI 14 will move to Android 13, so I'm wondering if things will change in the next MIUI update

from olauncher.

Minibus93 avatar Minibus93 commented on June 6, 2024 1

While the issue is closed as "non planned" I just want to update a thing regarding one of my statements

However, I know that MIUI 14 will move to Android 13, so I'm wondering if things will change in the next MIUI update

Currently, this is not a feature in MIUI 14.0.2, and no one knows if it'll ever be a part of MIUI. My POV is that Xiaomi may not consider this feature too useful, or even just consider it EVER, especially when any app's developer can already easily integrate an in-app language picker, using that same API, that would work on any Android version, while this feature of app picking langauge via system settings is only available since Android 13...

In any case, I respect your decision of not planning to implement this, my goal was just to update one of my statements for those who may end up reading this issue.

from olauncher.

Livio78 avatar Livio78 commented on June 6, 2024

Spero che la tua richiesta d scegliere quale lingua usare, venga accolta nel prossimo aggiornamento senza appesantire troppo il launcher e spero a breve. Grazie

from olauncher.

tanujnotes avatar tanujnotes commented on June 6, 2024

You should be able to choose app language in the latest update.
https://support.google.com/android/answer/12395118

from olauncher.

Livio78 avatar Livio78 commented on June 6, 2024

In my opinion it is not a solution change the system language. The language change should be done within the Olancher settings, as it can already be done with its FORKs Olauncher CF (Clutter Free) and mLauncher. I hope the language change in Olauncher settings happens in the next update and hopefully soon. Thanks, I await an answer

from olauncher.

kotleni avatar kotleni commented on June 6, 2024

This is a example for programmatically change app language: (java)

public static void setLocale(Activity activity, String languageCode) {
        Locale locale = new Locale(languageCode);
        Locale.setDefault(locale);
        Resources resources = activity.getResources();
        Configuration config = resources.getConfiguration();
        config.setLocale(locale);
        resources.updateConfiguration(config, resources.getDisplayMetrics());
}

from olauncher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.