What's your opinion for the best possible way to build asp.net multilingual localized web application (only UI localization of string resources). Especially this two things:
- How to store resources? Xml files, resx files or something else?
- How to handle URL's? I don't want to keep language parameter in query string all the time so I need to use URL rewriting maybe?
/BR