Monday 19 October 2009 10:28:27 am
It is not about being or not being able to access admin in various languages, but about extent of flexibility eZ offers for this particular issue. Namely, it is more convenient to specify admin language at the moment of editor registration with an ability to change it by this user as needed, and have a single URL for everybody to access that is provided in the manual.
Monday 19 October 2009 2:03:27 pm
@Denis sounds a good idea.
I guess it can be done using
1 - a lang attribute in the user (or looking up its translations)
2- a custom module/view instead of user/login, that does the same as the standard one, but builds a redirect url at the end that is localized
It might even be doable simply by usage of the LoginRedirectionUriAttribute setting from site.ini: just set up your user attributes that stores the url where to be redirected to, and create the custom module/view that the users will be redirected upon login. That view will just redirect to the content/view/2 in the correct siteaccess.
You must be logged in to post messages in this topic!