EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.77k stars 910 forks source link

Language of the sharing dialog #723

Open Welle7DevReader opened 7 years ago

Welle7DevReader commented 7 years ago

Hi,

I've got a little question: We are on a Ionic 2 project where we use your plugin. As described on your README we use the shareWithOptions method. The sharing dialog is displayed but always in english even if the device language is set to something else. Is it possible to change the language in which the dialog is displayed?

Thanks

Björn

gfringeli commented 7 years ago

Hi,

I'm facing the same problem as Björn. When building the app and running it on a real device the sharing dialog is always English and does not adjust to the system language. However, when running the app with Ionic View, the sharing dialog is displayed in the systems language.

Thanks for your help.

Gabriel

gfringeli commented 7 years ago

Same Issue in: #289 Solution in #289 is only a workaround. It sets a default language. However, it still does not use the system language.