Quote:
Originally Posted by Echolot
I don't know much about html files and creating such files. I could make text with patches descriptions in my language but I have no clue about how this can be implemented in the app.
Maybe mouse over tooltips reading their content from a txt file like the language packs 
(folder Help/German/tooltips_de.txt)
|
The tooltips one would be hard to implement. What I will do is add a folder to the app called Help. Inside that folder will be folders for all the languages defined. Inside each \Help\language folder I will let you place txt, html, doc, docx, whatever file(s) you want in there. Then when the user clicks the help button the app will show a listbox with all the files found in that folder. When the user clicks an item in the listbox the app will have the end-user's OS open the file using the application defined for the file's extension. Simple and elegant