473,594 Members | 2,651 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Designing Multilingual Websites with ASP.net

I am trying to design an application that supports multiple languages. I
have seen examples using an XML file and writing a custom function to import
the strings and I have seen examples of resource files. I am trying to see
what other people are using out there so I can decide what direction I am
going to go. Your input is much appreciated.

thanks much,
Anthony Biondo
Nov 18 '05 #1
5 1783
Anthony,
If you haven't seen them yet, check out my articles which talk about just
this (http://openmymind.net/localization/index.html,
http://openmymind.net/localization/index2.html). I'm clearly not a fan of
resource files, but if this is a small site with only a couple languages, it
might be a good alternative. Anythign else, where there'll be a lot of
content/translation and/or multiple languages, and XML files are the way to
go....

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Anthony J Biondo Jr." <an******@biond ocomm.com> wrote in message
news:eb******** ******@TK2MSFTN GP15.phx.gbl...
I am trying to design an application that supports multiple languages. I
have seen examples using an XML file and writing a custom function to import the strings and I have seen examples of resource files. I am trying to see what other people are using out there so I can decide what direction I am
going to go. Your input is much appreciated.

thanks much,
Anthony Biondo

Nov 18 '05 #2
Hello Anthony,

I don't know whether you're developing a client app or web app, but if it's
a web application, you may be intersted in the approach we've taken to this.
It basically uses the same principle as Karl Seguin describes in his post
-localized controls- and extends this to create a content-managebale
multilingual application (or website).

A good example can be found at http://www.directwonen.nl

If you're interested in more background info, please let me know.

Regards,
Daniel Peters

"Anthony J Biondo Jr." wrote:
I am trying to design an application that supports multiple languages. I
have seen examples using an XML file and writing a custom function to import
the strings and I have seen examples of resource files. I am trying to see
what other people are using out there so I can decide what direction I am
going to go. Your input is much appreciated.

thanks much,
Anthony Biondo

Nov 18 '05 #3
Hi Anthony

Can you give more details on how you are using localized controls and
where can i get those

Nov 19 '05 #4
Hi Anthony

Can you give more details on how you are using localized controls and
where can i get those

Nov 19 '05 #5
Hey Abhay,
I realize this public message wasn't aimed at me, but I can't pass up an
opportunity to point to my own localized articles and controls, check them
out at:
http://openmymind.net/localization/index.html
and
http://openmymind.net/localization/index2.html

With any hope those are the ones anthony was refering to anyways ;)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Abhay" <ab****@xango.n et> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hi Anthony

Can you give more details on how you are using localized controls and
where can i get those

Nov 19 '05 #6

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

Similar topics

54
4752
by: Vincent | last post by:
I would like to have my website translated in several languages and take advantage of language negotiation to let the user choose its preferred version of the site. I read with most interest the invaluable informations on http://www.cs.tut.fi/~jkorpela/, http://ppewww.ph.gla.ac.uk/~flavell/www and http://webtips.dan.info/, but I still have some questions (maybe I overlooked the answers on these sites, though...). First, my ISP runs an...
2
2312
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. To date, all of my Web Solutions use ADO to access data which is stored in SQL SERVER. Given the need to develop a solution that is very easy to localize, I wonder if now I should consider instead using XML rather than SQL SERVER, or a...
7
4390
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 if he wants the form content in English or in French. I have never done something like this before with Access. One way I think would be like that: - creating a table tblLanguage with the following fields: - FormName
0
1327
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 to install MS-Access (multilingual/multilanguage) also?
0
1254
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 to install MS-Access (multilingual/multilanguage) also? Thanks Joanne
0
1716
by: Karl | last post by:
I just finished my first tutorial on creating multilingual websites. If you are interested, you can see it here: http://www.openmymind.net/localization/ I plan on creating a 2nd part which will talk more about the architecture. Karl
64
6151
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 user sees is content in only one language at a time. He or she can then switch to another language and set this as the preferred language, but again he or she sees content in only this one other language. The question now is: How do I get search...
2
2492
by: | last post by:
Best practices and recommendations for asp.net 2 multilingual web sites? Thanks
7
1784
by: Victor | last post by:
Hi folks! Could anybody explain why does the following code : <form name="upload" method="post"> <input type="file" name="file_1" style="display:none" /> <input type="text" name="text_1" /> <a href="javascript:document.forms.elements.click();"> Open
0
7941
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8246
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8368
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8000
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8231
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6652
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
3895
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2383
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1476
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.