Not Logged in - No Account?
Logging in allows you to post to forums, track new posts, subscribe to threads, pm (private message) other members, and receive periodic news letters. Once logged in this message disappears. No account? Create one by registering here. Lost your password, request a new password. We respect your privacy and collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for details.


Which version of FreePBX are
Which version of FreePBX are you using?
There are only 10 types of people in the world: Those who understand binary, and those who don't
freepbx 2.5
freepbx 2.5
When you select different
When you select different languages you should get more or less, depending of the language, translations for the main core of FreePBX. Not all of the modules are localized in all languages.
If you don't get any language change you are most certainly preventing the language cookie to be set. Check that you have set your browser to allow cookies, otherwise you wont get a language change.
There are only 10 types of people in the world: Those who understand binary, and those who don't
make sure you have the
make sure you have the gettext extensions loaded.
Philippe Lindheimer - FreePBX Project Leader
FreePBX Training Opportunities - Click Here
Get Official Paid Support - Click Here
Hmm, I am sure I am allowing
Hmm,
I am sure I am allowing cookies.
gettext sounds interesting, how and where load the gettext extensions ?
it's part of php, if you
it's part of php, if you loaded php from a package it is usually included.
Philippe Lindheimer - FreePBX Project Leader
FreePBX Training Opportunities - Click Here
Get Official Paid Support - Click Here
In Tools for FreePBX there
In Tools for FreePBX there is a menu choice called PHP Info (if it is installed), if you click on that menu you get a nice information page about php. Search on that page after the text 'gettext'. You should see something like '--with-gettext' and gettext, GetText Support enabled.
There are only 10 types of people in the world: Those who understand binary, and those who don't
Still not working
ok,
I double checked that gettext is installed, deleted cookies, cache everything and tried firefox 3 and ie6 on different machines.
I still only have english language.
I am using freepbx 2.5 and debian etch and php5/apache2
Look in
Look in /var/www/html/admin/i18n, do you see something like this:
There are only 10 types of people in the world: Those who understand binary, and those who don't
dpkg-reconfigure locales
After running dpkg-reconfigure locales and removing de_CH locale it worked.
However, 80% of all Texts are still in English, I suppose they are simply not Translated yet.
Anyway, I found out that the German Terms like "Hauptleitung" are so misleading that I will continue to use the English language anyway
Thank you for the
Thank you for the feedback..pot file with the text strings to translate. Instructions for translations can be read on the wiki http://freepbx.org/trac/wiki/I18n
Feel free to update the German language if you like. In every i18n directory there is a
There are only 10 types of people in the world: Those who understand binary, and those who don't