Hi,
Doing some final touches on our portal and it is related to languages. How do you handle the localization of custom additions to your front end portal?
I’ve created some custom cards, and it looks like the translation .yml-s I uploaded do not affect them. Our primary language is Danish, with supported English, Norwegian, and Swedish.
I’ve tried setting up a custom Javascript translator for the objects but I can only get it to respond to the browser language, so this means e.g. I can have a Danish user with their browser in English, which makes their custom objects English, and the general portal language to be Danish:
So in my case I am looking for a way to read the current language set for Freshservice via Javascript, so I can run my translator on that rather than the “navigator.userLanguage || navigator.language”, if any of you know how to get that it would also be super helpful :)