Acquiring token
You can refer to this page for generating the token. Or alternatively you can refer this page if you have already created a contact for the specified customer.Internationalization
We support internationalization for static texts, number formatting, date formatting and currency formatting inside the widgets. The content from the api wont be translated and its the user’s responsibility to take care of i18n for all the texts that you pass via props. Per language translations would only be part of your app bundle if you imports it explicitly and hence support tree shaking. The default language is'en-US'
.
For now only ptBR translations are supported and more languages would be added on deman.