Language problem
|
jeybey
Joined: 2005-09-28
Posts: 7 |
Posted: Wed, 2005-09-28 10:38
|
|
Hi there, I got a problem with the languages of G2: I set the standard language and the language of my account to "German" but the gallery stays in english, why? I already rebooted the server, but without success. Address: http://galerie.danielkircher.de Jorin Bonney
|
|
| Login or register to post comments |

Posts: 32155
something like that should work... maybe you've got to change it
notes:
- main.php?g2_controller=core.ChangeLanguage&g2_language=en_GB changes the language of the current session to en_GB
- g2_return=http is an urlencoded redirect address. so after it changes the language, it will redirect to this URL immediately.
http://galerie.danielkircher.de/main.php?g2_controller=core.ChangeLanguage&g2_language=en_GB&g2_return=http%3A%2F%2Fgalerie.danielkircher.de%2Fmain.php?g2_returnName=albumPosts: 7
nothing happens when I try out these links... The language stays german and the langest link returns an error because the folder "v" is not on the server.
Posts: 32155
- fixed the return link, removed the v/
- tested with my own site, replaced your host with my host / path, worked.
for German, use de_DE in the url.
Posts: 7
feel free to try the link at my page: http://galerie.danielkircher.de/main.php?g2_controller=core.ChangeLanguage&g2_language=de_DE&g2_return=http%3A%2F%2Fgalerie.danielkircher.de%2Fmain.php?g2_returnName=album
It does not work.
Posts: 32155
maybe the language drop down block must be active.
add the language block to your sidebar block list in site admin -> themes -> matrix.
and did you try if German language support works for your server at all?
FAQ: I changed the language but nothing happens, what's wrong?
Posts: 7
ok, thank you! I do not know that much about linux.
Could you tell me how to install another language as German on my linux Server and where I can download it?
Thank you!
Jorin
Posts: 32155
nope i can't. didn't do that before. but it should be quite simple and google has a quite a few hits for the topic locale and how to add a locale etc.
we should definitely add this information to the codex.