Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.
Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top