Displaying data in different languages
am 11.05.2006 15:35:11 von Manoj Singh
------=_Part_8877_29482233.1147354511202
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi all,
I am designing the web-site which is in different languages. I am using php
and MYSQL database. Now the problem is the data is stored in the database i=
n
english language. How i change them to japanese? I want to display them in
japanese.
Please provide me some tips.
Regards
Manoj
------=_Part_8877_29482233.1147354511202--
RE: Displaying data in different languages
am 12.05.2006 01:25:53 von Bastien Koert
There is no universal translator that can change languages for you...you
would need to store the data in japanese
bastien
>From: "Manoj Singh"
>To: php-db@lists.php.net
>Subject: [PHP-DB] Displaying data in different languages
>Date: Thu, 11 May 2006 19:05:11 +0530
>
>Hi all,
>
>I am designing the web-site which is in different languages. I am using php
>and MYSQL database. Now the problem is the data is stored in the database
>in
>english language. How i change them to japanese? I want to display them in
>japanese.
>
>Please provide me some tips.
>
>Regards
>Manoj
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Displaying data in different languages
am 14.05.2006 09:22:55 von suad
Hi
You maybe can do that with the convert function see this link
http://www.postgresql.org/docs/8.0/interactive/functions-str ing.html
it is in postgresql, maybe this function will work in MYSQL
Suad
Manoj Singh wrote:
> Hi all,
>
> I am designing the web-site which is in different languages. I am
> using php
> and MYSQL database. Now the problem is the data is stored in the
> database in
> english language. How i change them to japanese? I want to display
> them in
> japanese.
>
> Please provide me some tips.
>
> Regards
> Manoj
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Displaying data in different languages
am 14.05.2006 21:40:06 von LarryUllman
Functions like CONVERT(), and there is a MySQL equivalent, will
change the character set of some text. It WILL NOT change text from
English to Japanese. As another person noted, you'll need to stored
the string in both languages. There is no translator available.
Larry
On May 14, 2006, at 3:22 AM, suad wrote:
> Hi
>
> You maybe can do that with the convert function see this link
> http://www.postgresql.org/docs/8.0/interactive/functions-str ing.html
> it is in postgresql, maybe this function will work in MYSQL
>
> Suad
>
> Manoj Singh wrote:
>
>> Hi all,
>>
>> I am designing the web-site which is in different languages. I am
>> using php
>> and MYSQL database. Now the problem is the data is stored in the
>> database in
>> english language. How i change them to japanese? I want to display
>> them in
>> japanese.
>>
>> Please provide me some tips.
>>
>> Regards
>> Manoj
>>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php