473,387 Members | 1,942 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,387 software developers and data experts.

A few concerns while developing multi-language website

Hello Everybody!

I am going to develop a multi-language website which will include
Traditional Chinese, Simplified Chinese, Thai, Japanese, etc. (and
English as well). I would like to take an advantage of support that
ASP.NET has to offer for localizing. Probably I will use resources and
[ResourceManager] to retrieve localized text among with XML
serialization of datasets.

There is no need to store data in the SQL Server database, since the
website has a nature of company's portfolio (articles, news, offered
products and services) and there will be very seldom updates. However,
the client wants to be able to edit, modify, and add new data, so I
will be required to create a separate administration web-based tool
for them as well.

Front-end and back-end (the tool) probably both will have to support
multiple languages.

Do you think that UTF-8 encoding should handle all the languages
above, or UTF-16 would be better? I just worry for the file sizes, and
performance issues when using UTF-16.

I would store the entire website's internal data (*.aspx files, *.xml
files, *.resx) files using UTF-8 encoding (with signature whenever
possible).

I would also set up web.confing in the globalization section as
following:

fileEncoding="utf-8"
requestEncoding="utf-8"
responseEncoding="utf-8"

However, I have heard that win98 and winME do not support Unicode.
Should I rather go for other encoding as below:
Big5, gb2312, shift-jis depending on the country?

I could dynamically change encoding before showing an *.aspx page
Response.ContentEncoding depending on the country, but will it really
work? I mean if I use utf-8 encoding internally for storing all *.aspx
pages (as well as data), will ASP.NET Framework convert encodings on
the fly before showing them to the client?

It would have to convert UTF-8 to Big5 for example when showing
Chinese page. I do not want to create separate websites (copies) for
each country.

Also one more question. If I receive a text file which is using Big5
encoding can I simply open it in Notepad and save as UTF-8 – will this
take care for conversion between them?

Any suggestions will be appreciated.

Regards,
<Remi>
Jul 21 '05 #1
0 1383

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

Similar topics

12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
4
by: mimmo | last post by:
Hi! I should convert the accented letters of a string in the correspondent letters not accented. But when I compile with -Wall it give me: warning: multi-character character constant Do the...
2
by: sangeetha | last post by:
Hello, I've assigned to develop a simple chat application using "C" program. I've written program but missing one thing. Simultaneously both user can type in their window. But i dont know how to...
5
by: bobwansink | last post by:
Hi, I'm relatively new to programming and I would like to create a C++ multi user program. It's for a project for school. This means I will have to write a paper about the theory too. Does anyone...
0
by: Johannes Hansen | last post by:
Hi I'm looking for ANY resources on financial problems and their solutions in ..NET 1.1. Especially various multi currency and rounding issues. If you know ANY resource be it web, book, event or...
0
by: Chris Thomasson | last post by:
<wkaras@yahoo.comwrote in message news:1156863246.290976.191710@i3g2000cwc.googlegroups.com... volatile has nothing to do with the memory model... Well, except in Microsoft... ...
0
by: Scott | last post by:
VB GUI source code for developing please see below web site. GUI Ver. 1.0 Is a very fancy pull down menu, toolbar multi tabbed GUI menu interface for any version of Visual Basic should run and ...
1
by: mknoll217 | last post by:
I am recieving this error from my code: The multi-part identifier "PAR.UniqueID" could not be bound. The multi-part identifier "Salary.UniqueID" could not be bound. The multi-part identifier...
1
by: satya0674 | last post by:
Hi Everybody , Is any one have the soft copy of the book Developing IP Multicast Networks: The Definitive Guide to Designing and Deploying CISCO IP Multi- cast Networks by Beau...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.