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
-2
votes
2 answers

ASP.NET Core Globalization and Localization

I have found some useful articles for creating multilingual and multicultural applications in ASP.NET Core like Globalization and Localization in ASP.NET Core Building simple Multilingual ASP.NET Core website. Adding Localization to ASP.NET Core…
-2
votes
1 answer

Adding images in resource file in asp .net mvc

I am trying to develop a basic multilingual app in Asp.Net MVC 4. I don't know how to set image files for different languages. I know it has to be added in the resource file. But I don't know how to call it on the view page. Can someone help me with…
Eliz
  • 1
  • 1
-2
votes
2 answers

How to change attribute value globally in Java?

I am asking the user to input a value and then I am assigning the same to an attribute but, I want that change to be global. I searched on internet but yet I am not able to find the working solution for it. By the way I m using Java. Thanx in…
crazzi
  • 11
  • 1
-2
votes
1 answer

I want to change the currency type of my model using globalization

This is my model I actually want to be able to display the currency as Rands (south African Currency) [DataType(DataType.Currency)] public decimal Price { get; set; }
-2
votes
2 answers

Convert a Unicode string to hexadecimal

I want to convert a Unicode string to hexadecimal. In other words I need to convert a string like أحمد to: 0xC3CDE3CF0000000000000000000000000000000000000000000000000000
Ahmed Shaban
  • 216
  • 2
  • 8
-2
votes
1 answer

Read text file with (multiple / mixed / more than one) encoding

I have a text file with more than one encoding where the encoding to use is itself specified in the text file (the vCard format is an example which allows this). Here's an example: charset=windows-1251: ABCDE charset=utf-8: VWXYZ ...where "ABCDE"…
Dan W
  • 3,520
  • 7
  • 42
  • 69
-3
votes
1 answer

How to keep user data storage localized to a geographic region for each user?

I want to store user data of an international web app in a datastore that is physically hosted in a regionally-appropriate datacenter (keep data of users in the US on US-hosted data centers, data of European users in EU data centers, that of Chinese…
-3
votes
2 answers

Format date as "MM/dd/yyyy" from a unstructured string in c# regex and

I have a Unformatted String (Eg: Sundy/03-1 3-1949) I need to convert this to "dd/MM/yyyy". My plan is to remove text, spaces, special characters and keep numbers only (Eg: Sundy/03-1 3-1949 --> 03131949) Then convert the numbers to in date…
h3r
  • 43
  • 1
  • 1
  • 7
-4
votes
1 answer

Is this a "โค้à¸1.5ลิตร(M)" UTF string or Ansi string

I am not sure "โค้à¸1.5ลิตร(M)" is UTF string or Ansi string. What is a reliable to detect it. This string should display thai characters properly. Unless I understand its current encoding, I can not apply conversion to show thai…
parag
  • 2,483
  • 3
  • 20
  • 34
-5
votes
2 answers

How to show same ListView for different values?

I have a Category List & I want to implement History.Java in my project. which has same fields or parameters as a Category List . Now how to use same ListView for history. I am taking a global boolean Function . I think it will work. But I want to…
Deepanker Chaudhary
  • 1,694
  • 3
  • 15
  • 35
-5
votes
1 answer

Oracle Font Error incorrectly

I have two Servers, one Oracle Server at IP 10.92.92.92, one SQL server at IP 10.92.92.93. In Oracle Server, I am using Arial font to store database and it view correctly. Now, I want to push database from Oracle Server to SQL server by Linked…
1 2 3
95
96