Author |
Topic |
|
bjlt
Senior Member
1144 Posts |
Posted - 22 May 2003 : 11:40:11
|
talking about locale differences mainly in the format of date/number/percentage, English has UK and US as the major two.
As I plan to support Spanish and Arabic, I wonder are there simliar things in these two languages that I need to take care of?
question 1: if only one locale is used for Spanish or Arabic, which one should I use? question 2: if there are differences in locale like what the US and UK have, what's the major two that I should use, and what shall I name them? e.g. Spanish, Spanish (????)
=========
'# AR Case "ar-sa" strLCID = 1025 ' Arabic(Saudi Arabia) Case "ar-iq" strLCID = 2049 ' Arabic(Iraq) Case "ar-eg" strLCID = 3073 ' Arabic(Egypt) Case "ar-ly" strLCID = 4097 ' Arabic(Libya) Case "ar-dz" strLCID = 5121 ' Arabic(Algeria) Case "ar-ma" strLCID = 6145 ' Arabic(Morocco) Case "ar-tn" strLCID = 7169 ' Arabic(Tunisia) Case "ar-om" strLCID = 8193 ' Arabic(Oman) Case "ar-ye" strLCID = 9217 ' Arabic(Yemen) Case "ar-sy" strLCID = 10241 ' Arabic(Syria) Case "ar-jo" strLCID = 11265 ' Arabic(Jordan) Case "ar-lb" strLCID = 12289 ' Arabic(Lebanon) Case "ar-kw" strLCID = 13313 ' Arabic(Kuwait) Case "ar-ae" strLCID = 14337 ' Arabic(U.A.E.) Case "ar-bh" strLCID = 15361 ' Arabic(Bahrain) Case "ar-qa" strLCID = 16385 ' Arabic(Qatar)
'# ES Case "es" strLCID = 1034 ' Spanish(Spain - Traditional Sort) Case "es-mx" strLCID = 2058 ' Spanish(Mexican) Case "es" strLCID = 3082 ' Spanish(Spain - Modern Sort) Case "es-gt" strLCID = 4106 ' Spanish(Guatemala) Case "es-cr" strLCID = 5130 ' Spanish(Costa Rica) Case "es-pa" strLCID = 6154 ' Spanish(Panama) Case "es-do" strLCID = 7178 ' Spanish(Dominican Republic) Case "es-ve" strLCID = 8202 ' Spanish(Venezuela) Case "es-co" strLCID = 9226 ' Spanish(Colombia) Case "es-pe" strLCID = 10250 ' Spanish(Peru) Case "es-ar" strLCID = 11274 ' Spanish(Argentina) Case "es-ec" strLCID = 12298 ' Spanish(Ecuador) Case "es-c" strLCID = 13322 ' Spanish(Chile) Case "es-uy" strLCID = 14346 ' Spanish(Uruguay) Case "es-py" strLCID = 15370 ' Spanish(Paraguay) Case "es-bo" strLCID = 16394 ' Spanish(Bolivia) Case "es-sv" strLCID = 17418 ' Spanish(El Salvador) Case "es-hn" strLCID = 18442 ' Spanish(Honduras) Case "es-ni" strLCID = 19466 ' Spanish(Nicaragua) Case "es-pr" strLCID = 20490 ' Spanish(Puerto Rico)< |
Edited by - Doug G on 22 May 2003 16:26:57 |
|
pako
Starting Member
Spain
39 Posts |
Posted - 24 May 2003 : 10:30:42
|
I only can tell you about Spain
LCID = 1034 (traditional sort) short date format: dd/mm/yyyy long date format(today): 24 de Mayo de 2003 (where Mayo = May) long date format with weekday (today): Sábado, 24 de Mayo de 2003 (where Sábado = Saturday) time format: 13:13 or 1:13 p.m. (depends on users) decimal point: 1.000.000,00 currency symbol: 1.000,00€< |
|
|
pako
Starting Member
Spain
39 Posts |
Posted - 26 May 2003 : 02:30:06
|
In Snitz Forums, Users from Spain use LCID=1034. For other countries I don't know.< |
|
|
|
Topic |
|