Hi
I want an application like that,when we click on a
particular button then the text contain on entire form
will be appeared as a certain language.
For example if we click on the greek button the the text
of the form will be displayed like in greek format.How can
we set this through code,can you give any suggestions for
me,thanks in advance.
Uma
Cor Ligthert - 18 Oct 2004 08:55 GMT
Uma,
Start with in design mode going to the form properties and use there the
property language.
You set it on Greek and all what you change and set now will be showed on a
client computer which has as globalization setting Greek, When you change it
that to Turkish, you can set all your texts for Turkish which will be showed
on a Turkish Client.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemglobalization.asp
I hope this helps?
Cor