Is it somehow possible to get the word count for the translated files?
What I can see in Trados is always just the word count for the source documents, but more often than not, the target translation is longer then the source. And I need to know the new word count, so I can pay the proofreader adequately.
I didn't see anything in the API and in the project file in the package I funny enough get a wordcount for the target file, but it's the one from the source file.
This was an EN to DE translation and the Total Words field for the EN file is 0.
<LanguageFile Guid="129cba39-a2fb-41b8-b78c-d93af08c4773" SettingsBundleGuid="ba6997ff-88c5-4e38-b237-5d7f02359131" LanguageCode="de-DE">
<FileVersions>
<FileVersion Guid="df1daee2-cca0-48b4-b087-4b459c8e530c" VersionNumber="1" Size="21154" FileName="tolingo-test.docx.sdlxliff" PhysicalPath="de-DE\tolingo-test.docx.sdlxliff" CreatedBy="Rampage-PC\Rampage" CreatedAt="2013-08-22T12:54:46.8956324Z" FileTimeStamp="2013-08-22T12:53:06.1808718Z" />
</FileVersions>
<AnalysisStatistics WordCountFileTimeStamp="2013-08-22T12:53:06.1808718Z" WordCountStatus="Complete" AnalysisFileTimeStamp="2013-08-22T12:53:06.1808718Z" AnalysisStatus="Complete">
<Total Words="52" Characters="256" Segments="9" Placeables="4" Tags="0" />
Am I missing something here?