473,800 Members | 2,640 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Redire cts, 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 1266
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.n et> wrote in message
news:UY4gf.2060 03$ir4.125731@e dtnps90...
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.Redire cts, 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
1991
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 --->LocalizationManagement.exe, I get an exception: --->Unable to generate loose file resources
2
1567
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 assemblies The site is an intranet site so I don't see problems to cache some resource
8
2544
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 a french or German Internet Explorer in France or Germany. There is a runtime error "System.NotSupportedException: Culture "fr" is a neutral culture. It can not be used in formatting and parsing and therefore cannot be set as the thread's...
2
2194
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 deployment since the text is changed often. I'm thinking to store the text in database and establish a way to still leverage the localization feature provided by .NET framework.
6
23900
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 should magically be able to reference my strings using the syntax Resources.strings.string1. This isn't working for me. Is there something I'm missing other than moving the file itself and rebuilding? I get this error: "The type or namespace...
5
2653
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 someone can give me a clue... Questions: 1) Do my eyes deceive me or is it true that localization is still totally utterly disengaged from the Designer and Property Editor... either in source
2
3585
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 named: "App_LocalResources" inside the App directory. Now I need to localize some messages my VB app sends to the user. What I'm looking for is a way to read from a .resx file and get the appropriate values. I found some examples like this...
1
3748
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 and therefore can switch at run time. However, the UI layer will send the locale of choice to my component and then I must retreive and send standard messages based on this choice. Is there best practive around doing something like this. Are...
3
6471
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 does what I'm looking for. My application has all the strings hard-coded, I wasn't planning on localizing it when I first built it. But that's OK, I am perfectly willing to re-create a resource file for en_US with the required data.
0
9550
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10501
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
10273
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...
0
10032
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
9085
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
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
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
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.