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

Q&D ASP.Net localization?

We have a significant ASP.Net web application I am considering localizing to
Spanish. All the .aspx and .aspx.cs files have hard-coded English.

The issue is that we are a small company without any native Spanish
speakers, and for business reasons we cannot send out our source files or
spend much money on these conversions. What is the simplest, cheapest,
fastest way to localize an existing ASP.Net application?

The current plan is to hire an external consultant to do the language
translation, have them log on to our web site, download the browser source
for the resulting pages, translate those to Spanish and send them to me,
then for me to copy our existing .aspx pages and cut and paste the
corresponding text.from the translated pages to our source pages. I would
like to keep the code-behind pages consistent between languages. I can set a
session variable for what language the user is browsing, but don't have time
to change all the Response.Redirects, hrefs, hyperlinks and so on in all the
code-behind pages to the new page.

I realize this plan is not ideal, but we have no money or time to make
extensive changes to our existing pages. In fact, the original plan was to
duplicate the entire web site and run it through Google language tools. I
argued this would be a maintenance nightmare and result in poor-quality
pages. The expense of hiring a contractor to translate static pages is close
to sinking the proposal, and we absolutely cannot afford more than a week to
do the complete translation. Less than a day is more the target.

I would like to accomplish the proposal on budget in a way that will avoid
large-scale changes to our existing pages, yet will leave the ability to do
a proper, resource-based, conversion incrementally as time allows.

Any suggestions as to how to proceed? Is this even feasible? This is a
skunk-works-style project, and anything that requires a lot of time, money,
or cannot be safely integrated with our existing site, which is also
undergoing constant change, will result in the localization proposal being
abandoned.
Nov 20 '05 #1
2 1249
ASP.NET has a nice solucation for this which is called globalization.

You can put those language content in a resource file (XML file), this file
is just like a hasttable with key and value. you can send organize this
file, send it to the translator, when it sent back, you put it into your
resource folder and compile it. you can google for more information.
search terms. asp.net multi lingual web site.

good luck.

"Corvus" <co****@telus.net> wrote in message
news:UY4gf.206003$ir4.125731@edtnps90...
We have a significant ASP.Net web application I am considering localizing to Spanish. All the .aspx and .aspx.cs files have hard-coded English.

The issue is that we are a small company without any native Spanish
speakers, and for business reasons we cannot send out our source files or
spend much money on these conversions. What is the simplest, cheapest,
fastest way to localize an existing ASP.Net application?

The current plan is to hire an external consultant to do the language
translation, have them log on to our web site, download the browser source
for the resulting pages, translate those to Spanish and send them to me,
then for me to copy our existing .aspx pages and cut and paste the
corresponding text.from the translated pages to our source pages. I would
like to keep the code-behind pages consistent between languages. I can set a session variable for what language the user is browsing, but don't have time to change all the Response.Redirects, hrefs, hyperlinks and so on in all the code-behind pages to the new page.

I realize this plan is not ideal, but we have no money or time to make
extensive changes to our existing pages. In fact, the original plan was to
duplicate the entire web site and run it through Google language tools. I
argued this would be a maintenance nightmare and result in poor-quality
pages. The expense of hiring a contractor to translate static pages is close to sinking the proposal, and we absolutely cannot afford more than a week to do the complete translation. Less than a day is more the target.

I would like to accomplish the proposal on budget in a way that will avoid
large-scale changes to our existing pages, yet will leave the ability to do a proper, resource-based, conversion incrementally as time allows.

Any suggestions as to how to proceed? Is this even feasible? This is a
skunk-works-style project, and anything that requires a lot of time, money, or cannot be safely integrated with our existing site, which is also
undergoing constant change, will result in the localization proposal being
abandoned.

Nov 20 '05 #2
> You can put those language content in a resource file (XML file), this
file
is just like a hasttable with key and value. you can send organize this
file, send it to the translator, when it sent back, you put it into your
resource folder and compile it. you can google for more information.
search terms. asp.net multi lingual web site.


Thanks for the suggestion, but doing this would require replacing every bit
of text in every page with label elements, replacing every image with
server-side images, and writing code to load these elements at runtime.
Totally impossible in my time available. We can only do this project if it
takes no more than a few minutes per page, and preferably can be automated.
Nov 21 '05 #3

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

Similar topics

6
by: Rental | last post by:
I'm having the sam problem as described below with the Localization toolkit. Does anyone know if there is a solution to this problem. --->When attempting to generate resource dlls with...
2
by: Julia | last post by:
Hi, We want to migrate out asp application to asp.net and take advantage on localization. I want to ask how it is advice to structure the site directory I am going to use resource only...
8
by: Olivier Matrot | last post by:
I encounter a problem with Localization features in ASP.NET 2.0. Is seems that the framework is not able to manage neutral cultures such as 'fr', or 'de'. Those are the culture sent by default from...
2
by: walter | last post by:
Hi there, I'm wondering if it's possible to store the .net resource in database instead of resx file? Our site is a multi-lingual site ,storing text in resx file give us a burden on the website...
6
by: CuriousGeorge | last post by:
I've upgraded a .Net 1.1 web app to 2.0 and am having a heck of a time getting resources to work again. From what I understand if I move my strings.resx file into the App_GlobalResources folder I...
5
by: CMM | last post by:
I don't seem to "get" ASP.NET 2.0's Localization features. I've read up on everything... and of course, everything is explained in cursory softball terms- not any "real-world" usage way. I hope...
2
by: bruno | last post by:
I need to localize my ASP.NET app and I just used "Tools" --"generate local resources" command and everything works fine in my WebForms. Resource file name is: MyWebForm.aspx.resx under a subDir...
1
by: =?Utf-8?B?TWljaGFlbCBNb3JzZQ==?= | last post by:
Hi Everyone, I've been tasked with building a messaging service for a custom app that supports localization. Within the app itself people will be able to specify the languge of their choice...
3
by: Computer Guru | last post by:
I have a VB.NET 2005 application with several forms and a couple hundred "strings." I've been looking into all the localization improvements in VB.NET, and I can't seem to find anything that...
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
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?
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
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...

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.