Hi All,
I have created an application but I need it to support all languages. Completely multilingual.
For example : a spanish user buy my application and run on his machine it should detect current selected langauge on machine and when ever user type anything in application it should be visible in same langauge say spanish here.
Thread.CurrentThread.CurrentCulture.Name will give me current used language.
But how can I will show the typed information by user in same langauage in my application.
Actually it’s a keylogger application which will record keys. Now how can I
record keys in all langauges based on machine settings.
here I can not create resource file for each language so I have to use concept of windows.
Like selected language from windows and keyboard format of that language.
Thanks