强烈建议在 Action Center 集成中支持本地化。系统会根据用户的语言设置,向用户显示本地化体验。如果未设置任何本地化设置,系统可能会向用户显示默认文本。您可以为集成中的许多字段(例如服务名称和说明)提供本地化文本。如需查看可使用 Text 消息本地化的字段的完整列表,请参阅我们的 Feed 规范。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-05-24。"],[[["Localization in Actions Center integrations is highly recommended to provide users with a personalized experience based on their language settings."],["Any field using the `Text` message in the integration feeds can be localized using the `localized_value` property for each supported language."],["It is mandatory to specify both the default `value` and the `localized_value` for localization to function correctly, with the `value` serving as a fallback."],["If localization is not supported, define `localized_value` with your sole supported language and locale, while also setting the default `value` for consistency."]]],["Localization in Actions Center integrations is highly recommended, allowing users to experience content in their preferred language. Integrations utilize a `Text` message, containing both a default `value` and `localized_value` for each supported locale. User's browser language settings determine which `localized_value` is shown; otherwise, the default `value` or the first available `localized_value` is displayed. All `Text` fields within feeds can be localized. The `value` and the `localized_value` need to be specified.\n"]]