0

I am making a bilingual app thai is English and Korean language. Now, I want my app to change its name whenever the user change the language setting of the device. It the language is set to English the app name is english, and if it in Korean the app name will change to korean.

i know it is possible, because i've seen some apps like that. How will i able to do it?

Thanks!

SeongHo
  • 1,040
  • 2
  • 15
  • 39

1 Answers1

0

Go to infoPlist.Strings File

Write

CFBundleDisplayName = "Your App Name In Particular Language";

Add the Localization of the file in property

Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107