When I am writing translated strings into the form resx files in VS2008, is there anything like a translation repository? It was very helpful in my old C++ Builder times:
- Translate "Cancel" in one form to German "Abbrechnen"
- Add this translation to a repository, since this word is repeated in most forms
- When I start to translate another form, I just read all localized strings from the repository, so the common texts like "Cancel" are translated automatically.
- I manually change only those strings that were not found in the repository
Is there anything similar in VS2008?