最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

localization - Get localized user roles

programmeradmin2浏览0评论

I have a settings page that shows the users wordpress role. I am using wp_get_current_user()->roles get that list. However, that list appears in English, and often my users have their locale set to something other than English.

Is there a way to get the users role in a localized string?

I have a settings page that shows the users wordpress role. I am using wp_get_current_user()->roles get that list. However, that list appears in English, and often my users have their locale set to something other than English.

Is there a way to get the users role in a localized string?

Share Improve this question asked May 6, 2020 at 23:03 micahmillsmicahmills 1731 silver badge5 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

You can use translate_user_role($role) function.

More details: translate_user_role()

https://stackoverflow/a/26187405/13466558

发布评论

评论列表(0)

  1. 暂无评论