问题描述
我正在开展一个我希望实施本地化支持的项目。
示例:
我有一个服务架构应用程序,我想在其中实现本地化。
模型类:
ProductId
ProductName
ProductDescription
我有每个属性的资源文件,名称为[PropertyName] en-US.Resx
我已经查看了MSDN的文档,但是没有多少信心如何在Service fabric中实现。
任何建议或指向我的链接,我可以在Service Fabric中找到本地化文档。
I am working on a project in which I want to implement localization support.
Example:
I have a service fabric application in which I want to implement localization.
Model Class:
ProductId
ProductName
ProductDescription
I have a resource file per each property with name as [PropertyName]en-US.Resx
I have gone through the documentation from MSDN but don't have much confidence how to implement in Service fabric.
Anyone sugget or point me to a link where I can find documentation for localization in Service Fabric.
这篇关于ServiceFabric的本地化支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!