473,406 Members | 2,619 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,406 software developers and data experts.

what is the best way to for creating multi-language website ?

THY
Hi,

I am trying to make a website that contact 2 language, I wonder what method
should I use and how do I code it, anyone have any idea ?

thanks,
Tee
Nov 17 '05 #1
6 2548
Here are some good guidelines for you to follow:
http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what method should I use and how do I code it, anyone have any idea ?

thanks,
Tee

Nov 17 '05 #2
Here are some good guidelines for you to follow:
http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what method should I use and how do I code it, anyone have any idea ?

thanks,
Tee

Nov 17 '05 #3
THY
What I am trying to do is not automatic select language, the user will have
to click and enter the page with their language.

What I need is what is the best way to share those same function or whatever
.... since those page will be just same beside language is different ...

thanks

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:OP****************@TK2MSFTNGP10.phx.gbl...
Here are some good guidelines for you to follow:
http://msdn.microsoft.com/library/de...calization.asp
--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what

method
should I use and how do I code it, anyone have any idea ?

thanks,
Tee


Nov 17 '05 #4
THY
What I am trying to do is not automatic select language, the user will have
to click and enter the page with their language.

What I need is what is the best way to share those same function or whatever
.... since those page will be just same beside language is different ...

thanks

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:OP****************@TK2MSFTNGP10.phx.gbl...
Here are some good guidelines for you to follow:
http://msdn.microsoft.com/library/de...calization.asp
--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what

method
should I use and how do I code it, anyone have any idea ?

thanks,
Tee


Nov 17 '05 #5
Even so, the link I gave should give you a pretty good start.
The main thing is to separate the text (and other localized resources) from
your main page layout.
That way you can grab that localized stuff dynamically and display it
appropriately.
Here's more info:
http://msdn.microsoft.com/library/de...eresources.asp
http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:Oc**************@TK2MSFTNGP10.phx.gbl...
What I am trying to do is not automatic select language, the user will have to click and enter the page with their language.

What I need is what is the best way to share those same function or whatever ... since those page will be just same beside language is different ...

thanks

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:OP****************@TK2MSFTNGP10.phx.gbl...
Here are some good guidelines for you to follow:

http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what

method
should I use and how do I code it, anyone have any idea ?

thanks,
Tee



Nov 17 '05 #6
Even so, the link I gave should give you a pretty good start.
The main thing is to separate the text (and other localized resources) from
your main page layout.
That way you can grab that localized stuff dynamically and display it
appropriately.
Here's more info:
http://msdn.microsoft.com/library/de...eresources.asp
http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:Oc**************@TK2MSFTNGP10.phx.gbl...
What I am trying to do is not automatic select language, the user will have to click and enter the page with their language.

What I need is what is the best way to share those same function or whatever ... since those page will be just same beside language is different ...

thanks

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:OP****************@TK2MSFTNGP10.phx.gbl...
Here are some good guidelines for you to follow:

http://msdn.microsoft.com/library/de...calization.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
Developer for Hire
"THY" <th*@streamyx.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...
Hi,

I am trying to make a website that contact 2 language, I wonder what

method
should I use and how do I code it, anyone have any idea ?

thanks,
Tee



Nov 17 '05 #7

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

Similar topics

11
by: Przemysław Różycki | last post by:
Hello, I have written some code, which creates many threads for each connection ('main connection'). The purpose of this code is to balance the load between several connections ('pipes'). The...
0
by: DPhelps | last post by:
I have a multithreaded Python shell server (base on the sample code 'pysvr.py') that uses a C-based extension class. The trouble I'm having is that I cannot figure out a way to create a Python...
8
by: Ed Fair | last post by:
Hi, I'm a long-time C programmer, I've started making the transition to "real C++" recently. I am puzzled about how to write a factory method. Any suggestions, pointers or references to...
4
by: Frank Rizzo | last post by:
In classic ASP, it was considered a bad idea to store VB6-created objects in the Application variable for various threading issues. What's the current wisdom on storing objects in the Application...
2
by: Dino | last post by:
I need to create a public multi-dim array that can hold a mixture of string and int values. I will need to search this array for a value and return a value from a subscript. This array will...
2
by: Alan Silver | last post by:
Hello, I am designing a form that allows people to request the formation of a limited company. When they fill in the form, they have to supply a certain amount of information relevant to their...
4
by: crescent_au | last post by:
Hi all, I'm doing some research online on creating php-based multi-level marketing (MLM) system. It seems like a complicated system to build as I need to create one from scratch. I'd like to...
20
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and...
167
by: darren | last post by:
Hi I have to write a multi-threaded program. I decided to take an OO approach to it. I had the idea to wrap up all of the thread functions in a mix-in class called Threadable. Then when an...
0
by: =?Utf-8?B?V2ViQnVpbGRlcjQ1MQ==?= | last post by:
I'm creating a site with multi languages and i'm guessing that the local resource file is the best place to store help text for the page? i may want to include links and images. alternatives? or is...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.