本文介绍了ServiceFabric的本地化支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开展一个我希望实施本地化支持的项目。



示例:

我有一个服务架构应用程序,我想在其中实现本地化。

模型类:

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的本地化支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 05:08
查看更多