Localized application
what namespaces are necessary to create a localized application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Dec 28, 2011, 3:09 AM
You only need is System.Globalization and System.Resources.
Rest all depends upon your requirement of the code.
Satyapriya NayakPosted Dec 27, 2011, 12:10 AM
Using System.Globalization ;
using System.Threading ;
using System.Resources;
Thanks
Priya LingePosted Dec 27, 2011, 12:08 AM
1.System.Globalization
2.System.Globalization and System.Resources
Hope this will help you.
Thanks.