CMDBuild Forum

Webservices (SOAP): access to translations (both for menu and for cards)

Hi,

 

Is it possible to access the item translations when using the webservices (SOAP) ? I do not see any call related to locales  in the api so I suppose I may have something to do server-side ....

 

I'm using Ready2Use with some localizations and II would like both the menuitiems, and the card classes or attributes to display in another language than english ....

 

 

Regards.

S. D

 
Currently, the CMDBuild SOAP webservice does not support localization.
Localization is instead supported by REST
CMDBuild webservice.
CMDBuild Team

Thanks for your  reply. Do you have any example of acessing the translations through the rest api ? for menutiem ? for cards ?

 

 

S.D

Dear Seem,
 
with REST web service v2 it's enough that you add those headers to every request:
* "CMDBuild-Localized: (true|false)" (false is default)
* "CMDBuild-Localization: (en|it|es|...)"
 
Best regards.
 
-- CMDBuild Team
 
Previously Seem wrote:

Thanks for your  reply. Do you have any example of acessing the translations through the rest api ? for menutiem ? for cards ?

 

 

S.D