How to change keyboard 'done ' text

my app is Chinese language , but the keyboard button text is ‘done’ ,

how to change this text . thanks very much

Hey! This is not set in Ionic but in your app.

For example for iOS it’s all set in the xcode file project. You can find this setting in the “Info” tab. You have to set “Localization native development region” to your country (for you, China) then it will apply specific language for your app.

cheers!

1 Like

Thanks that worked. How do I persist this in the config.xml file?

Thanks!

there is a way to change this at runtime?So according the local language it changes?!
Thanks