문제

How to set the language for a user while it is created from admin/people/create?

도움이 되었습니까?

해결책

Drupal 7 doesn't need third-party modules to have a language selector for user profiles.

  • Enable the Local module.
  • Enable one or more languages in /admin/config/regional/language; the settings page initially shows only English, generally. It would show another language if Drupal has been installed using a different language.
  • When you now edit a user profile, you can set the language associated with the user by choosing between the languages you enabled.

다른 팁

Actually it was a simple thing, just that I didn't enabled the language. So the steps are:

  • install and activate i18n module
  • go to admin/config/regional/language and add the languages you want
  • then in admin/people/create you will have a language selector.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 drupal.stackexchange
scroll top