Getting Office language settings in MFC
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone i am developing a com add-in for MSWord in MFC, and i need to get the current UI language of the MSWord to make it the UI language of the add-in i know that there is a method in the application class called get_LangaugeSetting , but in MFC this will retrun a dispatch, i need the LanguageSettings class to attach it with the dispatch and i dont know where to get this class from any help please thanks all