Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 6 UIActivityViewController - how to present Share Action Sheet with local language?

How to change built-in labels such as "Mail", "Weibo", "Copy", "Cancel" on the popup sharing -panel into local language? Thanks!

like image 616
user2276520 Avatar asked Feb 16 '23 20:02

user2276520


2 Answers

"Add "Localized resources can be mixed" and set its value as "Yes" in Info.plist." Also solved my problem! Thank you!

like image 97
tlgtmc Avatar answered May 07 '23 14:05

tlgtmc


My app has 1 language Russian, so it helps me: In Info.plist For example add key "Localization native development region" = "ru"(your locale)

like image 34
Alexander Avatar answered May 07 '23 14:05

Alexander