Posts

How to change whole app language in android programmatically

Image
  Hi Guys, Welcome to   BD HELP ZONE   , In this Android Tutorial we will create an app that can support multiple languages, In other words, the user can select his desired language to change the whole app language in android. This is a Simple Example of how to make an android multi language app with an example – locale in android. Video Tutorial  on change whole app language android programmatically Table of Contents Step 1 − Create a new Android Project in Android Studio Step 2 – Create a new strings.xml with locale Step 3 – Create a LocaleHelper Class Step 4 –  UI Design Step 5 –  Java Code to switch between string.xml to use 5.1  Conclusion Step 1  − Create a new Android Project in Android Studio Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. ( Name it as  Change App language ) Step 2 –  Create a new strings.xml with locale In the values directory, you need to create a separate  string.xml(bn)  or any other la