Topic by David Diamond1600
I have written an add-in which has a GUI that needs to be translated for an international market. In order to provide the correct language strings for display I look at the LanguageId field of the IGlobalContext that is passed to the AutomationClient Initialize method at startup. So far I have tested with the original English interface to my site, and with a French-Canadian interface. From these I have deduced the following language map:
LanguageId LanguageName
1 English (US)
8 Français (Canada)
Now what I would like to see is a complete language map for ALL supported languages. I cannot find this information in any documentation that I have looked at until now.
Thank you.
David Diamond
mailto:ddiamond@voltdelta.com