如何本地化在ASP.NET中设计的网站? [英] How to localize a website designed in ASP.NET?

查看:55
本文介绍了如何本地化在ASP.NET中设计的网站?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在ASP.NET中设计的网站的源代码,我必须使用数据库将其翻译成印地语,因为我必须设计一个本地化工具,必须提供本地化网站的工具。还提供设施通过存储新词来更新表。所以请提供如何开发这样一个工具的建议。

解决方案

使用基于ASP.NET的本地化技术。



以下将帮助您:

ASP.NET 2.0中的全球化和本地化揭秘 [ ^ ]

.NET - 使用资源文件进行本地化 [ ^ ]

1。 ASP.NET全球化和本地化是一个非常好的主意,但关于表中的数据,您必须将它们存储在资源文件中。



2.另一种选择你可以定义所选语言并从C#或VB.NET代码的数据库表中设置控件的数据。



请参阅以下链接

http://msdn.microsoft.com/en-us/library /c6zyy3s9(v=vs.100).aspx [ ^ ]


I have a source code of a website designed in ASP.NET and i have to translate it in Hindi using database for that i have to design a localization tool which must provide the facility to localize the website.and also provide the facility to update the table by storing new words.so please provide suggestion how to develop such a tool.

解决方案

Use ASP.NET based localization technique.

Following will help you:
Globalization and localization demystified in ASP.NET 2.0[^]
.NET - Localization using Resource file[^]


1. ASP.NET Globalization and localization is a very good idea , But about the data in tables you have to store them in the resource files.

2. Another option you can define the selected language and set the data of the controls from the database tables at the C# or VB.NET code.

see the below link
http://msdn.microsoft.com/en-us/library/c6zyy3s9(v=vs.100).aspx[^]


这篇关于如何本地化在ASP.NET中设计的网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆