Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • App activity it is a primary activity, like a MainActivity? for example i can resolve this in setLocale() in my method onCreate()? Commented Feb 15, 2017 at 17:14
  • App is an extension of Application, it's not an Activity. I do not understand what you need, sorry. Maybe you can try to explain me again :) Commented Feb 16, 2017 at 16:21
  • 3
    for those Android noobs like me, come here to learn what the Application is and how to use. mobomo.com/2011/05/how-to-use-application-object-of-android Commented Mar 5, 2017 at 10:03
  • 2
    configuration.locate is deprecated, setLocale requires API 17+ and updateConfiguration is deprecated Commented Jul 19, 2017 at 15:44