Thanks for your information. I have another doubt. What does the below statement do?
PMLocaleId nLocale = LocaleSetting::GetLocale();
1. Will it get the language of the InDesign or Will it get the language of the OS?
2. Also, if I want to test my plugin UI in Arabic language What should I do? (currently I have my OS and InDesign in English ). Do I need to chage the language of my OS to Arabic or Do I need to install the InDesign in Arabic language? I have Arabic strings defined in a resouce file in my plugin program and I want this to be tested so that I can see how the Arabic strings are displayed in the UI.
Thanks
1) Gets Language Of InDesign. 2) Change Should Be Made In
Mapping Of Language To File In Main Fr File In LocaleIndex For
KSDKDefStringResourceId See Basic Localization Sample