webERP Forum
change the language will not work - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: change the language will not work (/showthread.php?tid=2203)



change the language will not work - JosefSchnieder - 04-18-2014

I use weberp on qnap-NAS. I will change the menue-language to german.
(in user-settings)

But it will not work.

I have it testet with the package-installation and the manual installation.

Exact the same function under http://www.weberp.org/weberp/index.php will work fine.

any idea?

best regards
Josef Schnieder








RE: change the language will not work - Exsonqu_Qu - 04-19-2014

hi, Josef,

Does German locale installed in your system?

You can use locale -a command to check it.

Best regards!

Exson


RE: change the language will not work - JosefSchnieder - 04-19-2014

hi Exson

I installed the de_DE locale on the qnap-NAS.
Now it works!

Thanks!!!!!!

best regards
Josef Schnieder


RE: change the language will not work - ThoGa1977 - 10-07-2015

Hello together.

Itry the same with my settings. but nothing works.

I change the language in the settings,logout and nothing happens.

i looked for the german language pack and it is inside also.

what can i do else?

(10-07-2015, 09:50 PM)ThoGa1977 Wrote: Hello together.

Itry the same with my settings. but nothing works.

I change the language in the settings,logout and nothing happens.

i looked for the german language pack and it is inside also.

what can i do else?

how can i check if my qnap has the german settings?



RE: change the language will not work - Exsonqu_Qu - 10-08-2015

Hi,

It's an issue with OS instead of webERP application.

What you need to do is login the linux operating system and issue locale -a command at the terminal.

Best regards!

Exson






RE: change the language will not work - ThoGa1977 - 10-13-2015

Hi again.
thx for first answers.

i login the linux operating system and issue the command at terminal.
German locale isnĀ“t installed in our system.

we use a qnap TVS-471U-RP.

now my question, how can i install German locale?




RE: change the language will not work - TimSchofield - 10-13-2015

Issue the following commands:

locale-gen de_DE
locale-gen de_DE.UTF-8

You will need to restart the web server after this.

Tim


RE: change the language will not work - ThoGa1977 - 10-13-2015

thx again for rush answer.

After i insert the command locale -a, the system written :
C
en_US.utf8

after i insert
locale-gen de_DE or locale-gen de_DE.UTF-8 the system written: -sh: locale-gen: command not found

what is wrong now?


RE: change the language will not work - TimSchofield - 10-13-2015

Ok, try this command instead:

localedef -f UTF-8 -i de_DE de_DE.utf8

Thanks
Tim


RE: change the language will not work - ThoGa1977 - 10-14-2015

Good morning Tim.

After using this command:
[~] # localedef -f UTF-8 -i de_DE de_DE.utf8

the system answers:
cannot open locale definition file `de_DE': No such file or directory

whats wrong now?