Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有拉丁语中的 EntitySet (Entity) 名称,但想在视图中映射后以西里尔语获取它。
如何为 Olingo (OData 4) EntitySet(Entity) 设置假名?或者,是否可以在 Olingo 中使用一些翻译机制?提前谢谢。
Olingo 中没有自动翻译机制。如果这是您想要支持的唯一其他语言,您可以使用 EntitySet 的“标题”来包含西里尔信息。如果您有多种语言,我建议您将 EdmAnnotations 添加到您的 EntitySet。在这些注释中,您可以获得翻译后的值。