Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I show localized Drop In UI using Braintree iOS SDK

I have integrated Braintree Drop-In UI in my app and every thing is working perfectly :) I just want to know that can I show localized UI? Is it supported in current version of iOS SDK? For example if current locale is french.. i can set it by doing some thing like [self.braintree setLocale:@"fr"] etc.

I have searched several Braintree forums and haven't got any answer regarding this.

like image 467
Muhammad Irfan Avatar asked Sep 05 '15 19:09

Muhammad Irfan


1 Answers

On an iOS integration, yes it's supported. Currently, the Drop-in option is available in 18 languages on iOS and Android, but only in English (US) on the web.

Here's the SDK details on iOS localization bundles

like image 133
pp_pduan Avatar answered Oct 06 '22 01:10

pp_pduan