Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change language used in copy/paste menu to something other than English

I have set "Localization native development region" to "France" in my Info.plist. Nevertheless, the copy/paste menu on a UITextField is still in English. I do not understand why, and I guess the app is still in English.

What setting do I need to change to make this menu use French?

like image 525
user2206906 Avatar asked May 14 '13 19:05

user2206906


2 Answers

Found this was set by 'Localization native development region' in 'Info.plist'

You could find it by clicking the target and select 'Info' tab

like image 152
beta.Shine Avatar answered Oct 23 '22 08:10

beta.Shine


I have a solution for this problem. when you run app by Developer, It will show english. But When apple review it, It will change follow language device.

I can set language Developer in Info.plist

CFBundleDevelopmentRegion ja

like image 21
anh hoang Avatar answered Oct 23 '22 08:10

anh hoang