Magento - 管理多语言图像和按钮
我已经为我的多语言 magento 网站创建了一个自定义模板和皮肤,我的皮肤文件夹有这棵树:
/skin/frontend/mysitename/default
如何使用多语言图像和按钮?
多谢。
I have created a custom template and skin for my multilingual magento website, my skin folder have this tree:
/skin/frontend/mysitename/default
How to use multilingual images and buttons ??
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,除了为不同的商店使用不同的设计(带有皮肤中翻译的按钮)之外,没有对多语言按钮和图像的内置支持。您还可以尝试将图像转换为使用可以即时翻译的常规文本(默认情况下,如 Magento 中的提交按钮)。
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.