Localization dll

Hi, I am developing a hook under VS2005 and need to localize it for different countries. I added the app.resource.dll to the global assembly, but SO ignores the localized version. It uses the standard language.

Does anybody has a sloution?

Thanks, Martin

Reply to
martin
Loading thread data ...

Load your assembly dynamically from your hook.. You can use HKLM\SOFTWARE\Microsoft\Retail Management System\Store Operations\POSUsers\LanguageID key to get current language .. but only the ID in QSAdministrator file..

cod

Reply to
cod

Hi cod,

how do you add the sattelite.dll dynamiclly?? Do you have a line of code for me? Or do you mean the whole Hook in a different dll. That would mean to load a dll from a dll right?

Thanks,

Mart> >

Reply to
martin

Now I have no example for you..

You can use System.AppDomain.LoadAssembly to load the assembly with resource translated .. or use the System.ComponentModel.ComponentResourceManager.ApplyResource using overload with CultureInfo for localized version of RMS.

cod

Reply to
cod

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.