关于2013年视觉工作室的疑问 [英] Doubt about visual studio 2013

查看:71
本文介绍了关于2013年视觉工作室的疑问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hiii我正在使用C#在visual studio2013中创建一个小软件我希望在标签中添加马拉地语以便可以这样做????如果我应该安装哪种字体????

解决方案

这个概念被称为本地化 [< a href =https://msdn.microsoft.com/en-us/library/c6zyy3s9.aspxtarget =_ blanktitle =New Window> ^ ]。

全球化和本地化 [ ^ ]



参考文章:

http://www.c-sharpcorner.com/uploadfile/krishnasarala/multi-language-web-site-in-Asp-Net/ [ ^ ]

创建多个ASP.NET中的语言网站 [ ^ ]



-KR


数据已经丢失,也许你在编码中迷失了很多,以至于你错过了在同一方法中再次获取数据的重点。



Unicode应用于.NET框架,因此所有相关框架还包括对Unicode的支持。



1. WPF

2.赢取表格

3. ASP.NET



Microsoft的许多其他框架也支持Unicode,SQL Server就是一个例子。主要概念是如何存储数据,您不应该考虑在该低级层中进行解决,您应该只知道有一个框架或字符集支持Marathi,阿拉伯语,印地语等,而且是Unicode。什么是UTF-8,UTF-16 LE,是等等等等,忘了它们。只是,按照您的意愿存储数据并以相同的方式将其恢复。当用于将字符映射到数字的编码与字节表示之间存在不匹配时,数据将丢失。



字体系列确实起作用,但没有编码那么重要。只能使用UTF-8!默认情况下,这适用于ASP.NET。有关更多信息,请阅读我的这篇文章:读取和编写Unicode数据.NET [ ^ ]

hiii i am creating a small software in visual studio2013 using C# i want to add marathi language in label so it is possible to do it ????andif yes which font should i install ????

解决方案

The concept is known as Localization[^].
Globalization and Localization[^]

Refer the articles:
http://www.c-sharpcorner.com/uploadfile/krishnasarala/multi-language-web-site-in-Asp-Net/[^]
Create Multi Language Web-Site in ASP.NET[^]

-KR


The data is already lost, perhaps you were lost in the encoding so much that you missed the point of fetching the data once again in the same method.

Unicode is applied to .NET framework, so all the dependant frameworks also include support for Unicode.

1. WPF
2. Win Forms
3. ASP.NET

Many other frameworks from Microsoft also support Unicode, SQL Server is an example. The main concept is how the data is stored, you should not consider working around in that low level layer, you should only know that there is one framework, or character-set that supports Marathi, Arabic, Hindi etc and that is Unicode. What is UTF-8, UTF-16 LE, BE blah blah, forget about them. Just, store the data as you would and bring it back in the same way. The data is lost, when there is a mismatch between the encodings being used to map the characters to numbers, and to the byte-representation.

Font-family does play a role, but not as much important role as the encoding does. UTF-8 must only be used! That is applied to ASP.NET by default. For more, please read this article of mine: Reading and writing Unicode data in .NET[^]


这篇关于关于2013年视觉工作室的疑问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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