braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 129 forks source link

Change default language #126

Open sachit2012 opened 1 month ago

sachit2012 commented 1 month ago

How does change the default language of the card fields?

warmkesselj commented 1 month ago

Hey @sachit2012, the language is dependent on the OS Locale. If you go into settings and change the locale it should alter the language of the card fields.

warmkesselj commented 1 month ago

@sachit2012 I would recommend checking out Android Drop In or even perhaps Braintree Android if you haven't already.