Global expansion, localizing content, and selling in multiple currencies and languages
Hello,
I searched everywhere but surprisingly didn't find anyone else with the same problem. How can I translate the "Store name" into other languages? Store name as in the "Basic Information" settings in the Store Details page.
The store name appears in many places on the website (eg: Footer) but more importantly it's the title when searching on Google. It's quite a bad experience to show the original language on google in the title when the whole website is translated.
I exported the translations sheet but I couldn't find the store name row. I'm also using a translations app but there is no mention of the store name at all. Btw I'm using markets with different domains to show the languages.
Seems like a trivial problem but I cannot find any info about this so please if someone knows tell me.
Hi @pokeka,
Please follow the below steps to change the basic information of your store
Please also take a look at the below screenshot.
Thank you.
Hello!
Thank you but this is about translating the store name, not setting it.
Still now answer? We'd like to have some reaction from the Shopify team here, that's a big issue. My store name is different in french and in english. How can we have the store name translated?
Was there any solution found for this problem? Very frustrating it is unaddressed!
Having the same problem here, any solution?
You can solve this in theme code.
{% comment %}
<small class="copyright__content"
>© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}
</small>
{% endcomment %}
<small class="copyright__content"
>© {{ 'now' | date: '%Y' }}, {{ request.host | remove: "https://" | upcase | link_to: routes.root_url -}}
</small>
resulting in :
To write your own switch case to determine your custom shop name string, use this liquid variable :
localization.language.iso_code
or from request object in an example like this :
{% if request.locale.iso_code == 'fr' %}
french content
{% else %}
english content
{% endif %}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024