Localization in Builder

Hi @pooja!

Since custom components are code that you control, Builder does not have any influence over them. You will need to make your custom components localized with something like https://react.i18next.com/. Then you will need to pass the targeting locale into the component so the component can do the localization.