I’ve developed an nextcloud app and now I need to change the user language from my apps controller. I don’t find any documentation or hints in the source code.
I took already a look into the User, Account, AccountManager classes and their interfaces. But couldn’t find any function.
How could I solve this?