如何在英语中以泰卢固语在网格视图中显示行 [英] How to display Row in Grid view in telugu from english

查看:82
本文介绍了如何在英语中以泰卢固语在网格视图中显示行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

大家早上好,

我在sql server中有表,我想在Gridview中显示该表,当我单击该按钮时,我想在Gridview中以泰卢固语显示该表.

请云任何人帮助我.

在此先感谢.

Hi All,

Very Good morning to all,

I have table in sql server and I want to display that table in Gridview that to when i click the button i want to display that table in telugu language in Gridview.

Please Cloud any one help me out of this.

Thanks in Advance.

推荐答案

我不希望自动将一种语言翻译成另一种语言.在翻译技术的最佳成就下,翻译的结果通常非常可笑.恐怕要说您将必须用两种语言复制数据库中的所有字符串数据.您将必须将每个数据库列和人类可读的文本数据一分为二.

-SA
I would not hope for automatic translation from one language to another. At best achievements of translation technology the results of translations are often ridiculously inaccurate. I''m afraid to say you will have to duplicate all string data in the database in two languages. You will have to split each database column with human-readable text data into two.

—SA


如果可以使用泰卢固语,请尝试通过Google翻译.您可以通过数据库进行维护的另一种方式,例如
假设数据表有3个字段
1. ID
2.名称
3.地址

您只需为泰卢固语添加更多字段,例如
1.ID
2.名称
3.Name_telugu
4.地址
5.Address_telugu

当您使用泰卢固语将gridview绑定时,请写一个类似
的qry
Try to google translate if telugu language is available. Another way you can maintain by database for example
suppose datatable has 3 field
1. ID
2. Name
3. Address

you just add more field for telugu language for example
1.ID
2.Name
3.Name_telugu
4.Address
5.Address_telugu

When you bind gridview with telugu language write a qry like
SELECT ID,Name_telugu,Address_telugu from table1


此结果只是添加了gridview的数据源,然后以泰卢固语显示了gridview的内容.

如果您想以同样的方式回到英语,只需像
一样更改qry


This result just add datasource of gridview then show the gridview content in telugu language.

If you want to back to english same way just change the qry like

SELECT ID, Name, Address from table1




希望您能从codeproject获得更好的解决方案.祝你好运

谢谢




Hope you will get more better solution from codeproject. best of luck

Thanks


这篇关于如何在英语中以泰卢固语在网格视图中显示行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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