Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there any way to devise a multi language help system through C# for desktop application. How to implement it ? Thanks in advance.

What I have tried:

Though I've been through websites which discuss on creating chm files, or converting word document to a chm file through third party tools.

But is there a step by step process to integrate/implement the multilingual help system through C# in a windows application ?
Posted
Updated 18-Dec-16 5:45am

1 solution

Simply stated: no there is no step by step process. However, what you want to create is no different from creating any other application:
- Research
- Design
- Code
- Test
- Code ...
 
Share this answer
 
Comments
Member 11319420 18-Dec-16 22:02pm    
I am looking for clues which can turn into a process.
Richard MacCutchan 19-Dec-16 3:37am    
What does that mean? A multi-language program is nothing particularly complicated. It just includes an option or selector that allows the user to specify which language all messages should use. The actual messages are stored in a resource of the application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900