FritzAndFriends / ResourceManagement

A resource management application originally designed for Sebastian Riding Associates.
MIT License
35 stars 28 forks source link

Globalization and localization support #49

Open marblekirby opened 5 years ago

marblekirby commented 5 years ago

We should add localization support. This would mean creating somewhere to change the current culture and then adding support to localize all strings (IStringLocalizer for controllers, IViewLocalizer for views). We should add this early so we can ensure all the date times are globalized.

We should also consider what cultures to support initially, supporting 2 would allow us to test and ensure all date times are localizaed. Further reading:

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-2.2