Question

I am trying to integrate Card.io sdk to my iOS app. I'd like to do a simple localization for CardIO ui, as changing Cancel button title or "Hold credit card here" hint text.

I've found this android demo on github, and it's simply using strings.xml file to do this.(I guess, couldn't try yet.) https://github.com/card-io/android-scan-demo/blob/master/app/res/values/strings.xml

How can i do this in my iOS app? Shouldn't there be a file attached to card.io ios SDK like this strings.xml above.

Edit: I'm using Card.io sdk 3.0.5.

Regards,

Was it helpful?

Solution

Josh from card.io here. We released localization support in version 3.1, which is available now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top