• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

在程序中支持多语言环境,支持asp.net和winform。

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

图一, 资源文件结构

 根据上面的资源文件结构,在程序中调用资源选项应该是:control.Text = Resources.MultiString.SR.XXX

XXX返回的是哪种语言将根据你定义的地区语言环境相关。

 图二, 设置该项的编译选项为”stringresourcetool”

 

图三, 手工运行string resource tool

理论上只要按照图二设置了之后,编译工程时将自动编译这些资源文件。

 以下是资源文件的选项说明

# 本文件用于产生 SR.cs SR.resx 文件.

#

 

# 注意:如果你使用非ASCII字符,文件应该用UTF8编码格式保存. This can be achieved by right clicking

# over the file in the solution explorer, select Open With -> Text Editor (with Encoding )

# Select Unicode (UTF-8 with Signature), and save.

#

# "#!" 表示处理文件的选项

# ";" "#"表示注释

# 定义SR类为public类型,而不是internal(缺省),请使用如下选项:

##! accessor_class_accessibility = public

 

# To specify a static property that will be used to select the appropriate

# culture for the resources, e.g. Thread.CurrentUICulture, or CultureInfo.Neutral

# to always pick the neutral culture, or a custom class.

##! culture_info = Resources.CultureInfo

 

# 针对此项资源文件不产生类(如第二个,第三个。。资源文件),则添加如下选项:

##! generate_class = false

 

# If this file has a Custom Tool Namespace set, then the tool cannot obtain

# the correct namespace that the resources will be compiled into. In this case

# it is necessary to specify the resrouce namespace. This can be worked out

# by compiling the assembly, then opening in Reflector, and looking at the resources.

#

# For VB.NET the resource namespace will always be the Root Namespace of the project.

#

# For C# the resource namespace will be (For a .strings file nested in two folders):

# <DefaultNamespace>.<FirstFolder>.<SecondFolder>

# e.g. ProjectDir\Resources\Custom\SR.strings

# => <DefaultNamespace>.Resources.Custom

#

##! resource_namespace = RootNamespace

 

 

# 在每个资源文件中必须声明此资源文件代表的语言

# [strings{.locale}]

#

# e.g.

# [strings]

# [strings.de]

# [strings.de-DE]

# [strings.de-CK]

#

 

#示例:缺省资源项,对应的资源文件将用于产生类,因此此资源文件必须包含所有的资源项。

[strings]

Raw = Raw string

WithArgs(a,b) = First argument {0}, Second argument {1}

WithTypedArgs(int a, string b) = Integer arg {0}, string arg {2}

MultiLine(c,d) = First Line {0}

= Second Line {1}

 

# 中文资源文件

[strings.zh-CN]

Raw = 中文

 源代码下载:https://files.cnblogs.com/margiex/SRResourceGenerator_v2.rar

打开SRResourceGenerator\SRGenerator.CustomTool\SRResourceGenerator.sln 工程,格式是vs2005的,网上其它地方的格式是.net 1.1的。

vs2005中编译后有install选项,如果在vs2005中不能”run custom tool”,请打开srgencode.reg文件,根据你的安装路径重新设置后合并此文件的内容到注册表。

 引用

工程地址

http://projectdistributor.readify.net/Projects/Project.aspx?projectId=2

示例地址

http://projectdistributor.readify.net/Releases/Release.aspx?releaseId=10 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
petshop4.0 详解之四(PetShop之ASP.NET缓存)发布时间:2022-07-10
下一篇:
ASP.NET 2.0中实现跨页面提交发布时间:2022-07-10
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap