Select to view content in your preferred language

Adding Custom Dictionary Renderer via API

298
0
09-12-2019 01:05 PM
MatthewJackson3
Emerging Contributor

Hello,

I have just worked through building a new custom dictionary renderer for my addin, and am struggling to find how to add the dictionary renderer to my project from the API. I tried loading the stylx into the project, but that doesn't seem to load the dictionary definitions from the sqlite database file.  

It appears the method I need is in the RenderingService (AddCustomDictionary), which is contained in another internal class called MappingModule. It might be possible to get via reflection, but was hoping there was another option?

Thanks,

Matt

0 Kudos
0 Replies