I changed the language but nothing happens, whats wrong?
G2 depends on the system it runs on to switch to other languages than English. G2 needs php with gettext support and each language you want to switch to in G2 needs to be installed on your system. If you have command line access (ssh / telnet) to the (unix, linux) server, you can query for supported languages by `locale -a`. If only “C/POSIX” is returned, no other languages are supported and you need to reconfigure the locales and then restart apache. Also try several variants of locales corresponding to your language. For example, fr_FR.iso885915@euro seems not to be supported by G2 while fr_FR.iso88591 works fine. Also, if you have a language variant installed (ex fr_CA), make sure you also have the “main” language (ie fr_FR) installed on your system. Also, there is a bug if you use Gallery2 with Drupal 4.6.x using the gallery.module module Look here for this issue (fixed in 4.7.x integration).
G2 depends on the system it runs on to switch to other languages than English. G2 needs php with gettext support and each language you want to switch to in G2 needs to be installed on your system. If you have command line access (ssh / telnet) to the (unix, linux) server, you can query for supported languages by `locale -a`. If only “C/POSIX” is returned, no other languages are supported and you need to reconfigure the locales and then restart apache. When configuring locales on your system, choose languages in ISO format, e.g. de_DE and not languages in UTF8 format, e.g. de_DE.utf8.