Docs
You are viewing:
Product Catalog 2.0
The themes in Chargebee were updated with the release of i18n and therefore, the Hosted Pages have localized automatically. However, if you customized your themes for the Hosted Pages before the release of i18n, you can follow the steps below to make your themes localized:
Go to Settings > Themes > on any theme, click on Configure Theme or Configure & Publish Theme > click on Save. Now, your Hosted Pages will be localized based on your settings.
If you want to use switch locale option in your themes, we would recommend you to use the latest version of the respective theme from our gallery.
If you do not want to use the latest version from our gallery, you can still use switch locale option making the following changes:
margin-top: 10px;
background: none;
border: none;
[data-cb-jshook=attach-locale-dropdown] select {
color: {{header.title_color}}
}
[data-cb-jshook=attach-locale-dropdown] select:focus {
margin-top: 10px;
background: none;
border: none;
color: {{header.title_color}}
}```
* You can now upload the customized theme and use the switch locale option.
Was this article helpful?