My Products
Help
zunnu
CONTRIBUTOR **

Sales category translations

by zunnu

Hello,

How can the sales category translations be received?
We have multiple languages on our Visma.net. The default language is Finnish (FI) defined in our system locales settings.

We have a category called "Testi" that has been translated to "Test"

zunnu_0-1653977154121.png


What we get is:

{
    "categoryID": 1,
    "description": "Test",
    "parentID": 0,
    "sortOrder": 1,
    "subCategories":
    []
}

As the default language is FI I would expect the description to be in FI rather than EN


2 REPLIES 2
zunnu
CONTRIBUTOR **

by zunnu

Yes this functionality is needed. I have created a post to the "Ideas" section about this.
Everything that is translatable from the UI should be available on the API.

Accepted solution
Magnus Johnsen
VISMA

by Magnus Johnsen

Hi,

Due to the way Financials is made, English is the default language for the API. Currently this is not possible to change.

The only endpoints that support translations today are some inventory endpoints and can be found under the Multilanguage endpoint on Swagger.

If this functionality is something you have a need for, we recommend that you create a post under "Ideas".

Thank you.