What is technically the best way to translate small pieces of text such as labels on a site?
- A Global_resources file containing all the labels that are used throughout the site?
- A database table connected to my cultures table (which holds the languages). this table would basically be the same as the resources file.
- Another solution?
Keep in mind that a non-technical user will be able to log in into a CMS and adjust content although not on the level of labels, etc.
It would be nice however if it was possible to change the labels outside of visual studio 2012.