Handling Multiple Languages
Hi,
How to input or output languages other than English in Vb?. For example I want my application to be displayed fully in Tamil Language(not the coding). I installed Tamil font in my system so i can use the same to display in a text or label. I will convert this into an exe. If i run this exe in another system the label box is not displaying tamil font instead some junk in English. i want it even if there is no Tamil font installed in that system.
Please help me in solving this.
Thanks and regards :)
Uma
Re: Handling Multiple Languages
Assuming that it is a freely distributable font, you would have to include the appropriate font with your installer, or (haven't tried this) put it in the resource file.
Re: Handling Multiple Languages
How to configure it in Resource file. Please explain me detaily.