0
kasem created
Hi
I need to localize static role names (display name) in the language I'm using in HOST when I create the tenant. Should I override _roleManager.CreateStaticRoles method to do that? Is there other option to achieve this?
Thanks
2 Answer(s)
-
0
We should add the DisplayName property to the StaticRoleDefinition class in the abp framework.
please follow https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5165
-
0
This issue is closed because of no recent activity. Please open a new issue if you are still having this problem.