Is there a basic good tutorial on implementing internationalization using C # + ASP.NET?

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

One thing that worries me, for example, is the handling of DateTime. When users enter Dates in the text box, how should I check this entry based on the current language settings (mm / dd / yyyy x dd / mm / yyyy)?

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

+5
source share
3 answers

There is extensive information on the asp.net wiki that details how to structure your resources and includes many examples. Dates based on the current cultureinfo should also not pose too much of a problem.

0
source

, , .

: JQuery UI DatePicker ( script), ( ) - , . ( Ajax).

?

, , ... , / ...

0

All Articles