For the development of trados plug-in, how to obtain and parse the content of the current project's glossary in the code, and the development language is C#.I hope to get your help.
For the development of trados plug-in, how to obtain and parse the content of the current project's glossary in the code, and the development language is C#.I hope to get your help.
Hi li xiaobu ,
To get you started on your journey please make reference to the public API documentation from here in how to integrate with the API's, including creating a Terminology provider.
You can also find some useful code sample projects on our public github repo, here: https://github.com/RWS/Sdl-Community/tree/master/Code%20samples
let me know how it goes,
Thank you for your help. The format of the term library is sdltb. I want to know how to generate a file in sdltb format or how to convert it from other formats to sdltb format. I really have no solution.
Hi li xiaobu , there is an sample project with an example of how to read the terms from an sdltb termbase from the location I provided earlier, here: https://github.com/RWS/Sdl-Community/tree/master/Code%20samples/MultiTermSearchExample/MultiTermSearchExample
Note: you will need to reference the Sdl.MultiTerm.TMO.Interop.Termbase API; make reference to the sample project.
Hi li xiaobu , there is an sample project with an example of how to read the terms from an sdltb termbase from the location I provided earlier, here: https://github.com/RWS/Sdl-Community/tree/master/Code%20samples/MultiTermSearchExample/MultiTermSearchExample
Note: you will need to reference the Sdl.MultiTerm.TMO.Interop.Termbase API; make reference to the sample project.