0
votes

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.

  1. How to create this resource dll
  2. 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.

1

1 Answers

0
votes

You're going to want to take a look at localizing your resources. the first step in that is creating a resource only dll.