工作流程活动限定名称的本地化

发布于 2024-08-11 04:01:57 字数 161 浏览 9 评论 0原文

我们使用wf的跟踪和持久化服务,并在asp.net页面上显示工作流的当前状态。

现在,在应用程序的本地化过程中,我们能够本地化页面上除工作流活动名称之外的所有元素。这些活动名称是在 VS 2008 中创建工作流程时给出的。

我如何实现它,有什么指示吗?

谢谢。

We use tracking and persistence services of wf, and display current state of workflow on the asp.net page.

Now in the process of localization of our application, we are able to localize all elements on the page except the activity names of workflow. These activity names are given while creating a workflow in VS 2008.

How do i achieve it, any pointers?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉默的熊 2024-08-18 04:01:57

这里的问题是活动名称类似于变量名称和属性名称。这些标识符通常不供用户使用,而是由代码用来查找内容。因此,本地化活动名称有点像本地化变量名称。

也许有一种方法可以使用“活动”的描述属性,该属性纯粹是为人类使用而设计的(尽管不一定供用户使用)。这将要求在工作流程初始化期间为所有描述分配本地化字符串,这可能有点棘手。具体来说,需要在某处保存资源 ID。唔...

The problem here is that Activity names are akin to variable names and property names. These are identifiers which are not normally for user consumption but are used by code in order to find things. Hence localizing an activity name would be bit like localizing a variable name.

Perhaps there is a way to use the description property of the Activities instead which is designed purely for a humans use (although not necessarily for a users use). The would require that all the descriptiongs get assigned localised strings during workflow initialisation which might be a bit tricky. Specifically there would be a need to hold the resource IDs somewhere. Hmm...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文