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?
You're right, but you can set them per user role right? Anyway - I found (after an immense time of digging) the QueryEditAccessRights-method for languagebranches and I could filter my list that way. Seems to do the trick!
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?