473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

multilingual

Hello

I want working with multilibgual like dutch danish language. pls help
me.
thanks
Sep 25 '08 #1
4 1206
On 25 sep, 15:15, Ranjana <hello.ra...@gmail.comwrote:
I want working with multilibgual like dutch danish language. pls help
me.

very general question...

Sep 25 '08 #2
Ranjana wrote:
Hello

I want working with multilibgual like dutch danish language. pls help
me.
thanks
Use UTF-8.
Sep 26 '08 #3

Sabine Dinis Blochberger schreef:
Ranjana wrote:
>Hello

I want working with multilibgual like dutch danish language. pls help
me.
thanks

Use UTF-8.
Hi Ranjana,

I just researched this too, so here a few quick pointers:

1) Make sure php sends the right headers, probably:
default_charset ="UTF-8"
No need to send META-tags that say the same (but it doesn't hurt)

2) Make sure your database uses UTF-8 encoding for all text columns.

3) If you want you can safe your PHP-source in UTF-8 format.
(This is only usefull if you use literal UTF-8 characters in your PHP
code, eg for comparing strings.)

4) ALWAYS use mb_* functions, read up here:
So, don't use strlen() anywhere. Use mb_strlen().
http://nl3.php.net/manual/en/book.mbstring.php

5) read this page too:
http://nl3.php.net/manual/en/mbstring.configuration.php
It is about settings like: mbstring.internal_encoding

Good luck!

Regards,
Erwin Moller

PS: For Dutch language LATIN-1 is enough. ;-)

--
============================
Erwin Moller
Now dropping all postings from googlegroups.
Why? http://improve-usenet.org/
============================
Sep 26 '08 #4
rf

"Erwin Moller"
<Si******************************************@spam yourself.comwrote in
message news:48*********************@news.xs4all.nl...
>
Sabine Dinis Blochberger schreef:
>Ranjana wrote:
>>Hello

I want working with multilibgual like dutch danish language. pls help
"I want work"
>>me.
thanks

Use UTF-8.

Hi Ranjana,

I just researched this too, so here a few quick pointers:
The OP is a spammer who does not write english very well. See the above
correction.
Sep 26 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Ed | last post by:
I want to create a multilingual website in ASP. Is the Dictionary object created with the application-level scope the way to go?
0
by: Corobori | last post by:
I am developping a multilingual application. I would like to find an installer integrated with .NET allowing me to develop a multilingual interface as well as including the NET Framework in those...
2
by: charliewest | last post by:
Building Multilingual Portal I have been assigned a new project to build a multilingual portal using ASP and/or ASP.NET and the expected Microsoft technologies including ADO and SQL Server 2000....
0
by: Charles | last post by:
Hi, I'm looking for best practices for building a multilingual database. It is for an multilingual application that will use a persistence layer. I would like to know what are the different...
7
by: J?rg Keller | last post by:
Hi all I have to localize an Access 2002 application: The application using several form, tables etc. is currently only in English. Now the frontend has to be bilingual, so the user can choose...
5
by: HALLES | last post by:
HI ! Is there a way to write append rewrite a XML Multilingual file. Two parallele aims Multilingual and Xml File format or Xml Lile file Format. Is there an editor to do that. HALLES .
0
by: JoanneC | last post by:
When developing dynamic web content for the global market place using ASP.NET, VB.NET and MS-Access, why should one install MS-Windows 2000 Server (mulitlanguage/multilingual), and is it necessary...
0
by: JoanneC | last post by:
When developing dynamic web content for the global market place using ASP.NET, VB.NET and MS-Access, why should one install MS-Windows 2000 Server (mulitlanguage/multilingual), and is it necessary...
4
by: Jim Adams | last post by:
Anyone have any insights into this? I'm planning an upgrade to an existing ASP.Net project to support multiple display languages (e.g. English, Spanish, ...). I'd like to use a solution that...
64
by: Manfred Kooistra | last post by:
I am building a website with identical content in four different languages. On a first visit, the search engine determines the language of the content by the IP address of the visitor. What the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.