Updating user profile language through REST API v1 now broken
Hi, we have been using this bit of code to change the language setting for a user: <#assign update_lang_setting = rest("/users/self/profiles/name/language/set?value=${language}") /> This has worke...
one thing for sure, is that if you set the language for a user in the common init, you will have to trigger a refresh of the page if you want that to be applied to the current page.
yes, we are doing a redirect to a new page after the API call to save the changed language. And it more and more looks like it's related to some caching on some level, just need to understand where exactly.