1

I need to localize existing ASP.NET and Windows Forms applications (C#, .NET 3.5). I am looking for the best resources (books, articles, etc.) to learn how to do this and if there are any tools to help with making this easier.

juFo
  • 17,849
  • 10
  • 105
  • 142
user31673
  • 13,245
  • 12
  • 58
  • 96

2 Answers2

0

Are you localizing to a right-to-left language like Persian, Arabic or Hebrew?

Afshar Mohebi
  • 10,479
  • 17
  • 82
  • 126
0

for WPF localization see http://msdn.microsoft.com/en-us/library/ms788718.aspx

sample project for localization in .net (project available for download) http://www.codeproject.com/KB/dotnet/Localization.aspx

a very usefull site for standards - internationalization and etc http://www.i18nguy.com/

if you are interested in localization conferances you can see http://www.unicodeconference.com/
and http://www.localizationworld.com/

is it enough for you?

Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100