Gaia Ajax: Calendar and DateTimePicker Localization
In this example the DateTimePicker is localized into the Norwegian language by
setting the Culture property. Resources are added to the App_GlobalResources folder can easily
be localized into any culture you want.
Markup (ASPX/.aspx)
1:
2: <gaia:DateTimePicker ID="zPicker" runat="server" Culture="nb-NO" Format="yyyy-MM-dd" />
3: