Hello to all!
First of all thank you for that great page. Since today I was only a reader

But now I have a problem.
What have I done:
I installed "Shonk's LS Series 1.54 Mod 1" to get root access.
After that I installed IPKG and the following packages:
- apache
- php-apache
- php-mysql
- phpmyadmin
All is working now, but on my website there are php-scripts which call date from sql. The correct date comes back, but not in different languages - "19-March2012" and not in german "19-März 2012"
Code:
root@BUFFALO:~# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@BUFFALO:~# locale -a
C
POSIX
en_US.UTF-8
root@BUFFALO:~#
What can I do? How can I integrate other languages?
Here is an example :
The date should be shown in german, like the rest of the pageThanks for your help and sorry for my english
