Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a basic good tutorial for implementing internationalization with C# + ASP.NET? [closed]

I'm looking for ways to implement internationalization in our web-based software. Of course, I'm not asking for a specific implementation, just a simple example that should guide me to the right (if there's such a thing) direction.

One thing that worries me, for instance, is DateTime handling. When users input Dates in a textbox, how should I validate that entry based on the current language settings (mm/dd/yyyy x dd/mm/yyyy)?

What about the text itself, where should I store it. Of course I can create my own structures, but is there something ready to use? How to create it? And how to retrieve in runtime?

like image 401
Adriano Carneiro Avatar asked Oct 12 '22 04:10

Adriano Carneiro


1 Answers

http://wiki.asp.net/page.aspx/55/internationalization/

like image 84
Roy Dictus Avatar answered Nov 03 '22 01:11

Roy Dictus