facebookarchive / account-kit-samples-for-ios

Samples for the account kit product on ios.
43 stars 26 forks source link

How to change language in facebook accountkit UI in iOS #18

Open Parvege opened 6 years ago

Parvege commented 6 years ago

I want to localization in facebook accountkit. when I change app language to French but accountkit can't change the language to French. It is still in English. And the OTP message also the same problem. so can anyone tell me how I can change the language in accountkit?

For example, below link is Android Example. But i need the ios type..

https://stackoverflow.com/questions/41303854/accountkit-ui-language

Thank you

abeatte commented 6 years ago

Hi,

Account Kit is designed to use the locale of the Device. So, for example, if your device locale is set to French then the UI in Account Kit should also be in French. What happens when you switch your iOS Phone to be in French and then start up the Account Kit flow?

Parvege commented 6 years ago

Hi, Thank you for response. It's working fine.

On Tue, Jun 26, 2018, 8:07 PM Art Beatte IV notifications@github.com wrote:

Hi,

Account Kit is designed to use the locale of the Device. So, for example, if your device locale is set to French then the UI in Account Kit should also be in French. What happens when you switch your iOS Phone to be in French and then start up the Account Kit flow?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbsamples/account-kit-samples-for-ios/issues/18#issuecomment-400332678, or mute the thread https://github.com/notifications/unsubscribe-auth/Amt35gFYTuan6Yssdba5loLeEUHVibUqks5uAkcsgaJpZM4U33Sv .

jahnaviwisdom-zz commented 5 years ago

What if i want to change language as per app language? is it possible?