Setup localization services
This is completed when we manage to give a string to something and get a localized string back.
ASP.NET Core already has a way of doing this by using .resx files, but I would like to use something simpler, like JSON files instead... as Rider doesn’t support .resx files right now.