A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I don't think language settings are per user, only content language version is per user.
Hi, I got a list of all enabled languages via ILanguageBranchRepository.ListEnabled();
Is there any way for me to filter this list showing only langugages that the current user has access to? Or do I specifically have to check the current user role and then if that role has access to the languages one by one?