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" 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
... View more