问题描述
我的网站有jquery菜单,asp:标签,图片,html控件如
Hi,
I have a website with jquery menu ,asp:label ,images ,html control like
<input id="submit" name="submit" type="button" runat="server" value="Submit" />
也有一些div内容为
also some div with content as
<div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, </div>
等,我有100页以上的网站,我想要展示这五个不同语言的不同页面
我应该再次创建五个不同的页面,或者有一些技术可以用不同的语言转换这个页面。
我不想使用谷歌翻译。我想使用我自己的文字和短语,我已经由客户提供给我。
我在本地化方面做了一些RND,但问题是只有asp.net控件才能在资源文件中看到。在资源文件中看不到html控件和输入元素。
我希望我的网站应该与下面的网站一样工作
[]
请帮忙,给我一个很好的伎俩。
etc ,i have 100 pages website like above,I want to show this different pages in five different language
should i create five different page again ,or there some Technic to convert this page in different language.
I dont want to use google translator. i want to use my own text and phrase which i have are provided to me by client.
I had done some RND on localisation ,but the problem is that only asp.net control is able to seen in resources file . html control and input element are not seen in resource file.
I want my site should work same as the below website works
http://www.moravia.com/en/services/translation-localization/software-localization/[^]
Please help ,suggest me a good trick .
推荐答案
这篇关于如何用输入字段实现html页面的全球化和本地化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!