Top "Globalization" questions

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

Globalize an existing Windows Forms application?

I have an existing winforms application developed using VS 2005 and .net framework 2.0. Now we need to globalize this application. The …

.net winforms internationalization globalization
How to include Variables in Localized Strings?

I'm trying to display a message to the user along the lines of: "User 5 could not be added" But how …

c# string localization internationalization globalization
How to make a dropdown list of all cultures (but no repeats)

I'm trying to make 2 dropdown lists. The top one offers all cultures, (but no repeats). Example: English, Spanish, Filipino After …

c# asp.net globalization cultureinfo
ASP.net controls not found in the code behind when implementing resources

Since we implemented globalization in our ASP.net website, we are getting some intellisense problems. When the resource is added …

asp.net visual-studio-2010 .net-4.0 intellisense globalization
DataAnnotations and Resources don't play nicely

I'm using dataannotations in an MVC2 app and am a little discouraged when trying to use RESX file resources for …

asp.net-mvc data-annotations globalization resx
What is the best way to localize a WPF application, sans LocBAML?

There seems to be no good way to localize a WPF application. MSDN seems to think that littering my XAML …

wpf xaml localization globalization
Prevent exception messages from being translated into the user's language?

How do I make my application always use English when displaying win32/.net exceptions messages? I got this message, it …

c# .net exception globalization
Best practice to implement globalization in MVC application

For form labels and alert messages which are client side, using resource file is heavy or not ? Shall I need …

asp.net-mvc globalization resource-files jquery-globalization displayname-attribute
HttpContext.GetGlobalResourceObject always returns null

I created two files in the App_GlobalResources folder: SiteResources.en-US.resx SiteResources.sp-SP.resx Both contain a value for "…

asp.net resources globalization resource-management resourcemanager
What is the best way to handle validation with different culture

I am trying to build a multilingual MVC application. I have a form in my application and I have field …

c# asp.net-mvc validation asp.net-mvc-4 globalization