braintree / braintree-android-drop-in

Braintree Drop-In SDK for Android
https://developers.braintreepayments.com/guides/drop-in/android/v2
MIT License
124 stars 79 forks source link

Change Language Programmatically in braintree android dropin sdk #451

Open ehtisham-ali-emumba opened 8 months ago

ehtisham-ali-emumba commented 8 months ago

Is your feature request related to a problem? Please describe.

Yes, I want to change braintree dropin language programmatically instead of just relying on android system language settings. I am not sure but i wasn't able to find any solution for the issue i am trying to fix.

Describe the solution you'd like.

No response

sarahkoop commented 8 months ago

Hi @ehtisham-ali-emumba - Thanks for using the Drop-in SDK! This SDK supports localization based on the user's device locale. Can you provide more description for the use case of overriding a user's default language in the SDK?

ehtisham-ali-emumba commented 8 months ago

Thank you for the quick response, @sarahkoop

In our company's mobile app, we offer our users the ability to change the language of the app from the settings menu within the app. Users can change the app's language by selecting a language from the Language Menu. I have already translated the app, but unfortunately, the SDK does not provide any function to change the language of Braintree Drop-in programmatically. If you could address this issue, it would greatly benefit our use case.

ehtisham-ali-emumba commented 7 months ago

@sarahkoop any timeline on when this issue getting fixed?