在马拉雅拉姆语中开发一个带有应用程序数据库的网站(应用程序) [英] develop a website (Application)in malayalam with a database at the back

查看:67
本文介绍了在马拉雅拉姆语中开发一个带有应用程序数据库的网站(应用程序)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用 c#.NEt 和Sql Server 2008在 malayalam 中开发一个网站(应用程序),在后端使用数据库.用正常的c#.Net页面做什么?该数据库将包含英文文本和数字内容.

I want to develop a website (Application)in malayalam with a database at the back end using c#.NEt and Sql Server 2008. What additions do I have to do with the normal c#.Net pages?. The database will contain English text and numeric contents.

推荐答案

http://www.asp.net/web-pages [^ ]


您正在寻找本地化.本文应为您提供帮助: ASP.NET 2.0中神秘化的全球化和本地化 [
You are looking for localization. This article should help you out: Globalization and localization demystified in ASP.NET 2.0[^]


http://forums.asp.net/t/1502423.aspx [
http://forums.asp.net/t/1502423.aspx[^]

If you want to store Unicode values like Malayalam words.
First of all data type must be NVARCHAR[NVARCHAR2], secondly whenever you insert a value[unicode] insert using ''N'' like
INSERT INTO tablename(columnname) VALUES(N'unicodecharacters');


谢谢... AJ ...


Thanks...AJ...


这篇关于在马拉雅拉姆语中开发一个带有应用程序数据库的网站(应用程序)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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