|
-
Dec 4th, 2000, 07:27 AM
#1
Thread Starter
Member
Hello,
does someone know what I have to do if I want to deploy applications
in some kind of exotic language (ex. chinese,japanese)
I've already tryed with my regional setting changed in chinese but
in de vstudio environment my forms do not appear in chinese.
Do I need a vstudio version for these specific languages?
Thanks.
-
Dec 4th, 2000, 08:17 AM
#2
Frenzied Member
If you think VB is going to translate your labels and captions for you you're mistaken. What you need to do is write various resource (.RES) files, one for each language, with every label, caption, prompt etc in it - then instead of displaying a fixed label on a form, you retrieve the appropriate label from the .RES file.
Simply change the .RES file in the project and recompile to make a different language version.
'Buzby'
Visual Basic Developer
"I'm moving to Theory. Everything works there."
-
Dec 4th, 2000, 08:21 AM
#3
Hyperactive Member
That would be a pain, and time consuming. There must be a japanese version out there? I find it hard to believe that programmers must learn English if they wish to program in VB, and then if software is for somewhere in Japan they have to convert all those lables and add images instead of font. That would turn anybody away.
-RaY
VB .Net 2010 (Ultimate)
-
Dec 4th, 2000, 08:34 AM
#4
Thread Starter
Member
Thanks for replying.
Buzby, I do not work with resource files. Every word in my
application are multilanguage and are coming out of the database. These word's are managed by an other application.
So no res files.
fallnwrld, I also think that I need a different version of visual studio(other language). I will look for it at the microsoft site.
But if someone else knows an other sollution, reply.
THANKS.
-
Nov 21st, 2002, 11:11 PM
#5
Addicted Member
hi dragon steve..
am now in need of doing a vb appln in thai language ....
Have yu done this in yur vb appln ?
can yu get back on how to do this ?
,,,,
senthil
-
Nov 21st, 2002, 11:28 PM
#6
-
Nov 21st, 2002, 11:40 PM
#7
Addicted Member
without using the res file , how can i do it?
i msut also store and retrieve the data in thai langauga only.
-
Nov 22nd, 2002, 12:47 AM
#8
Fanatic Member
Using .RES files is a good choice when deploy multilanguage app.
Otherwise,there is a bad choice that you need use api to get the target machine launguage system and diaplay the proper words.
-
Nov 22nd, 2002, 02:13 AM
#9
PowerPoster
In case you need some extra help, try looking at this site www.i18nwithvb.com.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|