I have my site with Magento, and I want to keep management (backend) in the German language, and in my frontend that language must be Spanish.
Can I do that? How?
The locale for the frontend is set at
System -> Configuration -> General -> Locale Options
While the locale for the backend can be changed from the Interface Locale drop down at the bottom of every admin console page.
Related
I need to change the default backend/admin language of an Joomla site programmaticly.
I know how to change in Backend, but in this case it is nessesary to change it in the code.
Do anyone know a solution or has an code snipet on how to change the default admin language?
I built one magento site with some language packs. now I want to show English at front-end pages, at the same time, show Spanish at admin page. is it possible ?
For admin english,
Set the default config scope,
system > config > (general) general > local options > locale > english (US)
be sure to set that at the "default config" scope, and log out and then in to be taken into account
Hi I have set up a site that uses
Joomla 3.2.3
php 5.5.10
I am running 2 languages on the site.
I have set up a menu item that displays the login module each language and a login module for each language
I have set up a in each module a different 'Login Redirection Page' to point to the appropriate language home page.
The default English languages works correctly and once a user logs in, it takes them to the specific page, but for some reason i can't work out, the other language (spanish) Redirect won't go to any other page that I set in the 'Login Redirection Page' settings - it simply takes them to the default english login page, and ignores the settings?
I have double checked all the menu and modules settings for both and they are the same expect for the language settings.
Any ideas?
Have you tried setting the 'Automatic Language Change' to Yes?
Plug ins -> System - Language Filter -> Basic options
I had the same problem. Try changing Plugin Manager -> System - Language Filter -> Automatic Language Change -> NO
The problem is that Joomla automatically changes to the default site language, and then goes to the default login page.
Is it possible in Magento to translate messages meant to be displayed in the admin in the admin locale language from a frontend controller (instead of in the frontend locale language)? The Magento translator seems quite hardcoded to only allow one set of translations at a time.
It's a bit random to have order status messages be translated to the frontend users locale language instead of to the admin default locale language. Although, the translation system for status messages isn't very dynamic anyway, with status message texts not being able to be translated dynamically when switching admin locale language.
I am using com_users component for login in multi-language Joomla (2.5) site having english as default language and danish as 2nd language. For that I am using language switcher module
It provides login form in both languages danish and English.
The Whole Site Works properly in bothe languages
But After filling the name and password in danish language the site is change to English language.
Go to the specific module for Danish language which displays the login from and look for the option: Login Redirection Page.
Change from Default to the desired localized page.