Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

2 Answers

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

share|improve this answer
No, I don't need to support that. – user31673 Oct 18 '09 at 13:06

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?

share|improve this answer
let me know if this answer help you or not – Nasser Hadjloo Jan 16 '10 at 13:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.