Topic by Salvatore
Hello,
I'm trying to extract the list of Standard Texts to implement a Console add-in, but from what I can see each list item has the following structure:
Id | Gets the Standard text id. | |
Name | Gets the name of the Standard Text Item | |
StandardText | Gets the standard text. |
Since we are currently supporting 15 different languages, we need to classify the Standard Texts by language while it seems that IGlobalContext.StandardTextList does not keep track of the languages as it returns a huge list of ALL the standard texts, regardless of their language.
Is there any way to filter Standard Texts by language from within a Console add-in?
Thanks
Salvatore