Anyone has experience with supporting your Android app for multi language?

  • Replies:4
Creative Cubs
  • Forum posts: 5

Mar 9, 2016, 7:28:12 PM via Website

Hi,
I am planning to support "Hindi" language in my app. But there is a problem, "Hindi" as language is not supported as locale in Android.

So is it ok to provide option with in the app to change the language? Does anyone have experience with this type of experiment?

Thanks in advance,

Reply
Vladimir S.
  • Forum posts: 266

Mar 10, 2016, 9:19:44 AM via Website

Hi.

Hindi is supported by Android, but not all of the devices have Hindi on Locale options.
If you want to provide Hindi on all devices, you can make manual lang switching in your app.

Reply
Pyrognomic Software
  • Forum posts: 20

Mar 10, 2016, 11:12:11 AM via Website

+1 for the anwer

Reply
buzzsplash
  • Forum posts: 10

Mar 10, 2016, 2:46:55 PM via Website

There is an API function that helps to use the external fonts including Hindi and other regional languages. For this you will have to initialize each component in the activity class and also set the font type. However, it has its other impacts too.

Reply
Creative Cubs
  • Forum posts: 5

Mar 10, 2016, 4:15:58 PM via Website

Thanks Vladimir S. and buzzsplash.

I will explore these options and post my learning here.

Vladimir S.

Reply