Reputation: 127
I'm trying to use jquery-localize to make a bilingual (pt-en) Shopify store. Jquery-localize is working (translating the strings in the default language - pt - to the client browser language - mine is en). I need:
Is this possible with jquery-localize? How do I get this to work?
Thank you,
Ana Rita
Upvotes: 0
Views: 1225
Reputation: 127
So a better solution for my needs was not jquery-localize but i18next:
http://jamuhl.github.com/i18next/ (website: https://www.i18next.com)
Upvotes: 1
Reputation: 5439
There's another answer to this - a script I wrote for a Shopify client of mine to enable English and Greek bilingual features. It's SEO friendly, works on any Shopify theme and any two languages.
You can check it out here - http://www.affiliatewebdesigners.com/product/bilingual-javascript/
Upvotes: 0