Agility eLetter March, 2004

 

In this issue...

In this issue, we have a detailed article on Localization in .NET.

 

Abstract: Localization or Internationalization (I18N as it is sometimes called) is the process of blending an application to the local culture of the end user. An application needs to accommodate differences in language, currency, calendar, time and culture sensitive color and messages. Further this needs to be accomplished without having to change the code. In this article we address the capabilities of and facilities provided in .NET for localization. Please visit http://www.agiledeveloper.com/download.aspx to download the complete article from the Agile Developer web site.

Message from us

If you would like any question to be addressed or topic to be discussed, please send us an email at agility@agiledeveloper.com. At the end of the year, one person will be randomly selected from the list of respondents for a special prize. We would like to hear from you.

Please send suggestions, corrections and comments to agility@agiledeveloper.com.

Quiz corner

By default, in .NET, what will be the result of evaluating the expression a/b, if b is assigned a value of 0?

Send your response to agility@agiledeveloper.com, and you may become the winner of 2004 Agility special prize. The more quizzes you answer, the better your chances are to be a winner!


Quiz from the past issue

While serializing using the XmlSerializer in .NET, how do we make the namespace appear in the xml document (as in xmlns:agile="http://www.agiledeveloper.com/ns1")?

 

Answer!

One approach is to provide a third argument of type XmlSerializerNamespaces to the Serialize method of the XmlSerializer class. The first best shot for an answer to this question came from Cisco!

Subscription Information

To subscribe or unsubscribe to the free issues of Agility eLetter, please visit http://www.agiledeveloper.com/eLetter.aspx.

Thus spake...

Fire is the test of gold; adversity, of men - Seneca