Magento - Manage multilingual images and buttons
I have created a custom template and skin for 开发者_JAVA百科my multilingual magento website, my skin folder have this tree:
/skin/frontend/mysitename/default
How to use multilingual images and buttons ??
Thanks a lot.
As far as I am aware, there is no built-in support for multilingual buttons and images other than to use different designs for different stores (w/ the translated buttons in the skin for them). You could also try to convert the images to use regular text (like the submit buttons in Magento, by default) that can be translated on the fly.
精彩评论