Trados Studio
Trados Enterprise
Trados Team
Trados GroupShare
Trados Business Manager
Passolo
MultiTerm
RWS AppStore
Connectors
Beta Groups
Managed Translation
MultiTrans
TMS
WorldServer
Language Weaver
Language Weaver Connectors
Language Weaver Edge
Tridion Docs
Tridion Sites
LiveContent S1000D
XPP
Language Developers
Tridion Docs Developers
Community Help
RWS User Experience
Internal Trados Ideas Community
Mercury
RWS Community Internal Group
RWS Training & Certification
Style Guides
RWS Campus
RWS Enterprise Technology Partners
Trados Approved Trainers
ETUG (European Trados User Group) Public Information
Nordic Tridion Docs User Group
Tridion West Coast User Group
Trados Studio Ideas
Trados GroupShare Ideas
Trados Team Ideas
Trados Team Terminology Ideas
Trados Enterprise Ideas
Trados Business Manager Ideas
MultiTerm Ideas
Passolo Ideas
RWS Appstore Ideas
Tridion Docs Ideas
Tridion Sites Ideas
Language Weaver Ideas
Language Weaver Edge Ideas
Managed Translation - Enterprise Ideas
TMS Ideas
WorldServer Ideas
LiveContent S1000D Ideas
Contenta S1000D
XPP Ideas
Events & Webinars
To RWS Support
Detecting language please wait for.......
Hello.
Could you tell me how to create a new ttx file using the API?The language uses VB.net, but if it is difficult, it can be C #.
Hi Yoshiyuki,
If it helps, the Legacy Converter is actually a plugin these days, although it's essentially the same code as the standalone but just delivered as an sdlplugin, so you could adapt the code for this to be part of your batch task process. So you would add the conversion and export batch tasks in Studio to the end of your project creation process and then create an import TTX batch task to update your projects with the translated TTX at the end of it.
The source code is here:
https://github.com/sdl/Sdl-Community/tree/master/Legacy%20Converter
Be aware however that this process is source -> sdlxliff -> ttx which means you cannot recreate the original file format from this ttx. You will just have a file that you can handle in a ttx compliant tool. This article will give you an idea how it worked in standalone mode before it became an sdlplugin:
https://multifarious.filkin.com/2013/07/01/legacy_converter/
Regards
Paul