03-16-2024, 10:20 AM
One other thought...
In the samples that I provide with the LitDev extension download is a program called LDxml.sb in the folder other-samples. As an example it parses SmallBasicLibarary.xml.
Once read and parsed you could format it any way you want to a file and translate it to have multiple files with identical format, one for each language for easy translation.
You could also parse the different language versions of this xml to get translations for the method descriptions (for intellisense).
In the samples that I provide with the LitDev extension download is a program called LDxml.sb in the folder other-samples. As an example it parses SmallBasicLibarary.xml.
Once read and parsed you could format it any way you want to a file and translate it to have multiple files with identical format, one for each language for easy translation.
You could also parse the different language versions of this xml to get translations for the method descriptions (for intellisense).