I have made windows MFC application which currently has English language only. What i want to do is give support for other languages also(E.G: Adobe on new language selection makes every text of application in that language.).
I have a clue for this , that i have to make resource.dll and use it according to selected language or checking for systems current language and select that language. But I am wondering on this 2 points.
- How to create this resource dll
- How to use this resource dll.
I require this because in future if i want to add more language support for my application i have to just create a resource dll and just upload that. Thanks in advance.