moberwasserlechner / capacitor-filesharer

Capacitor plugin to download and share files for the Web, Android and iOS! Stop the war in Ukraine!
MIT License
82 stars 20 forks source link

how to set language for app #44

Closed Jellybing closed 1 year ago

Jellybing commented 1 year ago

I want to set language for my app,how to config share item like:

FileSharer.share({ filename: "test.pdf", contentType: "application/pdf", // If you want to save base64: base64Data: "...", // If you want to save a file from a path: path: "../../file.pdf", }).then(() => { // do sth }).catch(error => { console.error("File sharing failed", error.message); });

cihakmar commented 1 year ago

@Jellybing Did you found solution? thanks

moberwasserlechner commented 1 year ago

@Jellybing I have no idea what you mean? Why do you need to set the language?