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

gloablization

hi all,
Im creating a web page in which i want put a option for the user to select the language he want to display the strings on the control..... I got the solution for a single page (localization) but i want the same option for all the pages in my project....i want to globalize.... how can i do it can any one plz solve my problem...

thanks
Feb 15 '09 #1
6 1344
kenobewan
4,871 Expert 4TB
Part of the solution you will find by setting up globalization through your web config. The rest you will find by searching MSDN.
Feb 15 '09 #2
hi boss thanks for ur reply and... can i plz get the url of msdn where i get by problem solved
Feb 16 '09 #3
kenobewan
4,871 Expert 4TB
How can I find a very popular site called MSDN? Hmmm, hey haven't they got search engines to help find websites. The question is how do you find a search engine if you don't know any search engines....
Feb 16 '09 #4
What I understand from your problem is, "You want to display UI to change Globalisation settings on any page of your website."

If such is the case, you can create a user-control and put it on every page. This is simple but stupid solution and should be ok if you have lesser no. of pages.
Another solution is to employ Base controller pattern where you can generate the correspoding UI before rendering your page.
Feb 21 '09 #5
Frinavale
9,735 Expert Mod 8TB
Have you looked into using .resx files to hold the resources required for each language/culture that you'd like your software to support?

It is easy to create and use these resources ASP.NET applications.

If you are looking to use the same resources in multiple pages or user controls, consider using global resources as well as local ones. You would create a .resx file to be used as a global resource, create a class that accesses and retrieves the resources from this file (that implements a Singleton pattern), initialize that class in your Global.asax Application_Start event, and consume it where ever you need to access a resource stored in your global resx file. The ResourceManager class is used to retrieve and store resources in a resx file.
Feb 23 '09 #6
hey thanks boss i got solved my solution.... i did the same what u told.... thanks boss
Feb 25 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Sharon | last post by:
Hi gurus, I have a Form with some controls, some of them are my own. The GUI text is shown in English US. This application is for our customer in Japan that ask to change the application GUI...
10
by: hemendravyas | last post by:
i m located in India (working as software developer) and working on application that was not used in India (used in UK) but when used outside UK used to give "Tick Error" Interface: It's Win...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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: 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...

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.