Questions tagged [globalization]

The process of making an application suitable for use for a world-wide audience, regardless of culture.

Cultures world-wide differ in many ways beyond the language spoken by users.

Globalization (or globalisation) is the process of making software appropriate for many different cultures. This might include

  • ensuring left-to-right and right-to-left character sets and display layouts are supported
  • different sort orders and search conventions are honoured
  • using non-pejorative user interface conventions, e.g. avoiding use of certain colours
  • understanding different conventions for people's names
  • recognising different ways to identify buildings and companies

It can be contrasted with localization, which is the process of tailoring software software for a particular locale.

1436 questions
0
votes
1 answer

JavaScript Globalize: How to compare two dates?

I would like to compare two dates. Problem: The date and time strings are formatted by Globalize. So, I'm not able to split the values the same way and have to differenciate everytime. I would like to have a function…
Mr. B.
  • 8,041
  • 14
  • 67
  • 117
0
votes
1 answer

Sagepay non-english support

We currently have a Server intergration with the sagepay API, when the time comes for the card details to be entered the user is redirected to the sage pay website which displays all the information in english. Does anyone know if its possible to…
user1450877
  • 421
  • 5
  • 16
0
votes
1 answer

How to see website for seeing it as on different country

I am working on the multilingual website. Generally I use microsoft.com pattern but problem is that i am not able to find how looks microsoft.com when some one open not supported by CultureInfo. Ie. What url and looks when some one open…
Akil Vhora
  • 319
  • 1
  • 5
  • 21
0
votes
2 answers

Date format in Windows CE

I'm trying to convert the date string to "dd/MM/yyyy" format using the code below m_dEDate = Format(CDate(strExpiry), "dd/MM/yyyy") But system got the exception error - "parameter is incorrect". If regional short date is "dd-MMM-yy", there is no…
soclose
  • 2,773
  • 12
  • 51
  • 60
0
votes
1 answer

ASP.NET Refresh Culture Definition

I'm currently developping a globalized ASP.NET application (needs to work in english and french). My problem is, the french culture in Windows as been modified (number and currency decimal separator has been set to "." instead of "," wich is de…
PhilDulac
  • 1,305
  • 20
  • 32
0
votes
2 answers

Accented characters missing in ASP Net page

Despite all attempts and variations to try to display accented characters, I am unable to do so in my ASP Net application. I've tried adding it to the web config I've saved both the master and default pages as UTF-8 But whatever I do, I can't…
xmorera
  • 1,933
  • 3
  • 20
  • 35
0
votes
1 answer

orchard cms - overriding date field shapes

For some problem in globalization( orchard cms built in datetime field) ,I need to change datetime related shapes in all existing modules, the shapes includes (I think): Parts.Common.Date.Edit.cshtml DateTimeRelative DateTime How can I change all…
mehran
  • 1,314
  • 4
  • 19
  • 33
0
votes
0 answers

Unicode mapping...ASP.NET

Greetings, I have been developing site that uses globalization in asp.net(well,actually it's not globalization) :) What I want to do is i want to show my website in multiple languages(fixed-: English,Gurmuki and Shahmukhi (Indic languages)). To show…
Hiren Desai
  • 941
  • 1
  • 9
  • 33
0
votes
1 answer

information on gotchas for multi lingual application

I am currently working on .net 4.5 application that contains multi lingual data. I am new to this so I am looking for resources that explain concepts such as encoding for different languages, globalization, localization etc. Any tips as to where I…
amateur
  • 43,371
  • 65
  • 192
  • 320
0
votes
2 answers

Forcing the culture of a .NET application non-programmatically

I've found many posts about programmatically forcing the culture of a .NET WinForm program (C#, .NET 4.5). Is there a way to force the culture without code?
rgunawan
  • 314
  • 1
  • 6
0
votes
2 answers

Globalization and links in sentences

I am working on globalizing/localizing an asp.net application with C# as the backend. We are in the process of extracting strings to a resource file, and have run into a problem. We are trying to keep sentences together so that they are…
avaleske
  • 1,793
  • 5
  • 16
  • 26
0
votes
2 answers

Globalizing dynamic values which are coming from DB in asp.net MVC

I have few values that are DB driven/or coming from other system which i dont have control of, So how to apply globalization in this case? I really dont trust on translation service apis that are provided from google or microsoft as i dont want any…
Alagesan Palani
  • 1,984
  • 4
  • 28
  • 53
0
votes
3 answers

Globalization issue with Calendar Date

How to handle dates with different cultures i.e how can i use common javascript code to handle dates for all cultures. For example - Globalize.culture( "en" ); Globalize.parseDate( "1/2/2003" ); // Thu Jan 02 2003 Globalize.culture( "fr"…
Kapil
  • 9
  • 4
0
votes
2 answers

Asp.Net MVC: Client data validation in double, with localization

I've a small problem with my Asp.Net MVC. For now I've developed a website in english, everything is working fine, all my texts are already in localization, and I've already a session based system. When I go to another language(in my case french),…
J4N
  • 19,480
  • 39
  • 187
  • 340
0
votes
1 answer

Get Associated Pattern String from a CurrencyNegativePattern

On the msdn documentation of (CurrencyNegativePattern) I notice that each number represents a associated pattern string. There's any way to get this associated pattern string passing the corresponding…
Alexandre Perez
  • 3,355
  • 3
  • 21
  • 21