Embed Switcher to Unsupported Themes with Transcy
Want to embed Transcy's language and currency switcher to your store, but your theme doesn't support it natively? Don't worry! This guide shows you simple ways to get your switcher working on any Shopify theme, even if it's not on our supported list.
Embedding a language and currency switcher can greatly improve your customers' shopping experience. While most modern themes work perfectly with Transcy, some older or custom themes might need a little extra setup.
I. Check Theme Compatibility
II. Quick Fix: Theme Rename Method
III. Manual Code Integration
Getting the Code
Embedding Code to Your Theme
First, check if your theme is on our supported themes list. If your theme isn't supported, you might see a message like this:

No need to panic! We have two simple solutions that work for any theme.
This is the easiest way to get your switcher working:
Go to your Shopify admin → Online Store → Themes
Click the three dots icon next to your theme
Select Rename

Good to know: Renaming your theme won't change how it works or looks - it's completely safe!
Add "**TC**" after your original theme name
Click Save

That's it! Your Transcy switcher should now appear on your store.
If the rename method doesn't work, you can manually add the switcher code:
Copy the appropriate code for your needs:
For desktop display:
For mobile display:
From Shopify admin, go to Online Store → Themes
Click Actions → Edit code
Search for your header file (usually named header.liquid)
Insert the code where you want the switcher to appear
Click Save


Pro tip: If you want the switcher in your header, embed the code in the header file. For other locations like footer or sidebar, find the corresponding template file.
These methods work for any Shopify theme, giving you the flexibility to offer multiple languages and currencies regardless of your theme choice. We're constantly working to support more themes natively, so keep an eye on our supported themes list for updates.
Your global customers will appreciate being able to shop in their preferred language and currency!
Why is my embedded switcher back to floating format after changing theme?
Need help with your setup? Our support team is ready to assist you through LiveChat in your app or email us at support@transcy.io
Embedding a language and currency switcher can greatly improve your customers' shopping experience. While most modern themes work perfectly with Transcy, some older or custom themes might need a little extra setup.
Table of Contents
I. Check Theme Compatibility
II. Quick Fix: Theme Rename Method
III. Manual Code Integration
Getting the Code
Embedding Code to Your Theme
I. Check Theme Compatibility
First, check if your theme is on our supported themes list. If your theme isn't supported, you might see a message like this:

No need to panic! We have two simple solutions that work for any theme.
II. Quick Fix: Theme Rename Method
This is the easiest way to get your switcher working:
Go to your Shopify admin → Online Store → Themes
Click the three dots icon next to your theme
Select Rename

Good to know: Renaming your theme won't change how it works or looks - it's completely safe!
Add "**TC**" after your original theme name
Click Save

That's it! Your Transcy switcher should now appear on your store.
III. Manual Code Integration
If the rename method doesn't work, you can manually add the switcher code:
1. Getting the Code
Copy the appropriate code for your needs:
For desktop display:
<div class="transcy-switcher-manual transcy-desktop hidden"></div>
For mobile display:
<div class="transcy-switcher-manual transcy-mobile hidden"></div>
2. Embedding Code to Your Theme
From Shopify admin, go to Online Store → Themes
Click Actions → Edit code
Search for your header file (usually named header.liquid)
Insert the code where you want the switcher to appear
Click Save


Pro tip: If you want the switcher in your header, embed the code in the header file. For other locations like footer or sidebar, find the corresponding template file.
Conclusion
These methods work for any Shopify theme, giving you the flexibility to offer multiple languages and currencies regardless of your theme choice. We're constantly working to support more themes natively, so keep an eye on our supported themes list for updates.
Your global customers will appreciate being able to shop in their preferred language and currency!
Related Articles
Why is my embedded switcher back to floating format after changing theme?
Need help with your setup? Our support team is ready to assist you through LiveChat in your app or email us at support@transcy.io
Updated on: 03/06/2025
Thank you!