German Language for FreePBX Frontend

Hello,
Iam using freePBX and would like to change Language to german. But when I coose it still stays with english language. Also the other languages can not set .

Thanks for help

Sven

I got

de_DE@euro
de_DE
de_DE.UTF-8@euro
de_DE.UTF-8

Which should I use as default?

Thanks
Sven

I got

de_DE@euro
de_DE
de_DE.UTF-8@euro
de_DE.UTF-8

Which should I use as default?

Thanks
Sven

I can suggest the UTF-8 variants, but IMHO there is no real difference to you.

On Monday 21 August 2006 03:38, konabi wrote:

[quote] I got

de_DE@euro
de_DE
de_DE.UTF-8@euro
de_DE.UTF-8
[/quote]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

I was able in installing and make run FPBX on Edgy, but changing language does not work.

Here what i get:

~$ sudo dpkg-reconfigure locales
Generating locales…
en_US.UTF-8… up-to-date
it_CH.UTF-8… up-to-date
it_IT.UTF-8… up-to-date
Generation complete.

FPBX ver 2.1.3
Asterisk ver 1.2.12.1

Thanks

Even is out of topic I want to share my problems and solutions I encuntered to install FPBX under Ubuntu 6.10.

  • First of all, assuming that you installed asterisk from universe/multiverse, when you have finished to install FPBX your asterisk will not work anymore since it requires asterisk-addons. To install addons you first need to “apt-get install asterisk-dev”
    Then you can download asterisk-addons from www.asterisk.org and install them from your /usr/src/asterisk-addons-xxx directory.
    When fiished your asterisk server should be work again.

You don’t have to create asterisk user an group since it is done automatically by “apt-get install asterisk” but you have to change its shell from /bin/false to /bin/bash by editing /etc/passwd file. If you miss it your flash panel will be blank or you will get errors like ’ Error loading configuration file variables.txt?aldope=xxxx’

  • To make amportal script properly running under Ubuntu 6.10 (Edgy) some modification are required. Here the diffs:

28,38d27
< if [ ! -e $ASTRUNDIR ]
< then
< echo “Creating run dir”;
< mkdir $ASTRUNDIR;
< fi
< if [ ! -e $ASTVARLIBDIR/sounds/custom ]
< then
< echo “Creating custom dir”;
< mkdir $ASTVARLIBDIR/sounds/custom;
< fi
<
57c46
< chmod u+x $ASTAGIDIR/*

  chmod u+x $ASTVARLIBDIR/agi-bin/*

You have to change shell from /bin/sh to /bin/bash in /usr/sbin/safe_asterisk too:

1c1
< #!/bin/bash

#!/bin/sh

So you won’t get any annoying warning or asterisk restart.

Hope will help.

PS. Language change still remains to be done it seems that Edgy changed something about locales and language settings. I’m still investigating, … no good news.

…quite easy. Shame on me for wasting my time for a such silly thing.

Just type as root:

locale-gen it_IT

Generating locales…
it_IT.ISO-8859-1… done
Generation complete.

…and it works.

Having same problem on OpenSUSE 10.2 . locale system differs here from debian’s locale-gen and solution above doesnt work for me.
Normaly all locales installed by default here.

I can’t switch to any other language ,not from FreePBX interface neither from ARI.
It always returns to default english,

Checked cookies ari-lang -they are showing the LAST language i’ve selected.

That is weird a lot.
The problem was making php module Suhosin (Hardened-PHP project) which was installed on my OpenSuse 10.2.

Not sure,but I think it affects session+javascript+cookies because browser was accepting cookies correctly,but locale variable for language other then default was always reseting to default en_US.
I also remind,that problem was for both FreePBX and ARI interfaces with language and FOP panel was as well reloading in loop.

I simply commented first line in
[b]/etc/php5/conf.d/suhosin.ini

;etension = suhosin.so.[/b]

Same will do uninstalling php5-suhosin module.

After all I restarted Apache2 and it was working for me.

Will try to search about this more at Suhosin site.

Which distribution?

do you have the greman locale setup properly on the machine?

On Monday 21 August 2006 01:49, konabi wrote:

[quote] Hello,
Iam using freePBX and would like to change Language to german. But when I
coose it still stays with english language. Also the other languages can
not set .
[/quote]


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Helo elcuco,
I am using Debian 2.6.8.
How can I check if the german locale setup is proberly on the machine?

Thanks
Sven

dpkg-reconfigure locales

On Monday 21 August 2006 03:00, konabi wrote:

[quote] Helo elcuco,
I am using Debian 2.6.8.
How can I check if the german locale setup is proberly on the machine?
[/quote]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)