Reputation: 93397
In our asp.net website we support multiple languages. The current translation workflow goes as followed:
Advantages:
Disadvantages:
I'm trying to find a better way to communicate with translators.
An existing tool would be preferred over something implemented in house.
Giving the translators a working view of their work has a high priority.
Managing versions of the translations files should improve.
We had hoped that the excel xml's would be versionable, but comparing and merging is near impossible.
Giving translators Visual Studio to work in the resx files is not an option.
Upvotes: 10
Views: 205
Reputation: 21112
Have you considered something like the link below? You could integrate that into a staging version of your app for the translators, then they can see the changes in action.
Westwind.Globalization Data Driven Resource Provider for ASP.NET
Upvotes: 1