Page en français
Demo site web application uses the Language property of the underlying document to set language specific culture of the running thread. Also it sets proper value of the lang attribute for the page html tag. The Language property of this document is set to 'fr-FR'.
Special partial-view fragment below outputs some values using default string.Format and string.Format with invariant format provider.
Output with current thread culture format provider | Output with invariant format provider | |
---|---|---|
Float number | 1,5707963267948966 | 1.5707963267948966 |
Money | 100,45 € | ¤100.45 |
Date | mardi 14 juillet 1789 11:32 | Tuesday, 14 July 1789 11:32 |
Label of the button below is taken from the app resources using injected IHtmlLocalizer<SharedResources>
En savoir +