473,406 Members | 2,439 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.

Globalized web apps for US Spanish

I would like to know how others are developing
multilingual apps for US Spanish-speaking public. If an
app is globalized and es-MX is used for the culture, won't
the currency, dates, etc.. show up as in Mexico where an
app written for Spanish-speaking US would still want date
and currency to appear as $ and mm/dd/yy, but use the
culture to move all text to Spanish? Before I roll my own
solution for this, I'm curious how others are addressing
it or if I'm missing something in my understanding how I
would do this.

Thanks!
Jul 21 '05 #1
2 1757
This is exactly the reason why the current "culture" settings are useless.
I've always rolled my own using 2 cultures (one for language, and one for
formatting options).
-mike
MVP

"Robert" <ro**************@cox.com> wrote in message
news:00****************************@phx.gbl...
I would like to know how others are developing
multilingual apps for US Spanish-speaking public. If an
app is globalized and es-MX is used for the culture, won't
the currency, dates, etc.. show up as in Mexico where an
app written for Spanish-speaking US would still want date
and currency to appear as $ and mm/dd/yy, but use the
culture to move all text to Spanish? Before I roll my own
solution for this, I'm curious how others are addressing
it or if I'm missing something in my understanding how I
would do this.

Thanks!

Jul 21 '05 #2
Robert,

You can set Culture and UICulture separately something like below.
I think it is what you want, resource loading is done on Spanish but
formatting and date time are US English.

<configration>
<system.web>
<globalization culture="en-US" uiCulture="es" />
</system.web>
</configuration>

Thanks,
Tadao Machida [MS]

I would like to know how others are developing
multilingual apps for US Spanish-speaking public. If an
app is globalized and es-MX is used for the culture, won't
the currency, dates, etc.. show up as in Mexico where an
app written for Spanish-speaking US would still want date
and currency to appear as $ and mm/dd/yy, but use the
culture to move all text to Spanish? Before I roll my own
solution for this, I'm curious how others are addressing
it or if I'm missing something in my understanding how I
would do this.

Thanks!


Jul 21 '05 #3

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

Similar topics

5
by: Richie Adler | last post by:
Does anyone know of a bitmap/resource/image collection for a Spanish card deck? I'm planning to create a new cardgame which requires this kind of deck (prototyping in Python and possible final...
2
by: poisondart | last post by:
Is there a predefined entity set for Spanish accents? I know that I could just easily make one, except that I intend to do this for other languages in the future, which may have more accents than...
0
by: Rocky | last post by:
I am looking for a legal copy of Microsoft Office 97 Developer Edition in Spanish. I have been developing with Access 97 Developer Edition in U.S. English for 5 years but am now translating a...
3
by: charliewest | last post by:
I realize this most likely isn't the right newsgroup, but i'm having troube finding anyswers: I'm working with MS C# .NET 2003 Professional Edition on a machine that was set to regional...
0
by: Garth17 | last post by:
This totally surprised me. I'm using IE 6. I built a really simple test.aspx page that had a javascript block in it like this: <script language=javascript src="spanish.js"></script> Inside...
2
by: Robert | last post by:
I would like to know how others are developing multilingual apps for US Spanish-speaking public. If an app is globalized and es-MX is used for the culture, won't the currency, dates, etc.. show...
3
by: Chip | last post by:
There is surprisingly little information on the various encoding options for reading a text file. I have what seems to be a very basic issue: I'm reading a text file that includes Spanish...
0
by: Mike McIntyre | last post by:
Can you suggest what to include in a test environment for testing a globalized asp.net web application to determine if it is working correctly in the locales it targets? Is it enough to use a...
2
by: paragdi | last post by:
Hi Experts! I am developing heavy mathematical engineering windows application in VB.NET (VS2005) with MSAccess Db. This application has resource files in English, Spanish and German Language. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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...
0
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...
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.