VMware Cloud Community
karthick_anbu
Contributor
Contributor

Get locale specific message using vSphere REST API

In the link - REST API - localizable_message , its mentioned that we can get locale specific message from message catalog using error identifier,

"This identifier is typically used to retrieve a locale-specific string or message template from a message catalog."

Is there a REST API URL which could be used to fetch locale-specific message from message catalog?

Tags (1)
1 Reply
mcvetanov
VMware Employee
VMware Employee

There isn't a REST API which translates the message ID to locale specific message String.

The message catalogs are used mostly by vSphere Client for localization purposes of the UI. Though some of them might be served over HTTP by the vCSA.

What is your use case? Are you looking to build a solution which integrates with vSphere and has to be localized?