CoreBOSBB

Full Version: Get translated field labels when WS describing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm building a piece of webservice where I'd like to get the field labels returned by the describe webservice call translated to the requesting user's language. Is there a way I can do that?
I think describe does that
it sends the label in raw and translated as per the connected users language
OK, maybe I missed that. Let me check
gave it a try and it wasn't working as expected so made this change:

https://github.com/tsolucio/corebos/commit/297a63363b11c8dab828f69e17010b5fc8e3ac16

Let me know how it goes