摘要:
参考文章:http://www.cnblogs.com/inforasc/archive/2009/10/12/1582110.html using System; using System.Collections.Generic; using System.ComponentModel; usin 阅读全文
摘要:
通过Resource文件建立本地化。 net 资源文件名(这里是Resource.resx)由根名称(即Resource),本地语言名称(默认情况下还没有)及扩展名组成,在读取资源时,资源管理器会根据当前环境决定需要的本地语言名称,例如英语,然后试图以全名读取资源,美国英语的本地名称为en-US(更 阅读全文