Convivea
Bit Che => Scripts & Development => Topic started by: tokar86a on November 08, 2006, 06:35:01 am
-
Hello
If this program going to be yous by meni pepol you ned to hav difrent torrent site on difrent language.
i an bad on Eng
-
Well tokar86a maybe you could translate BitChe into your own language. Not so difficult.
Doing so, you could get the Guevarra edition for free.
Sab
-
I cant remember, its been sometime since I was in Sweden.. does the Swedish use Unicode characters? Because presently its nearly impossible to get Unicode characters to display properly in the VB6 controls.. I'm looking into other options, but there is no easy solution :(
-
Well tokar86a maybe you could translate BitChe into your own language. Not so difficult.
Doing so, you could get the Guevarra edition for free.
Sab
I dont fink i can translat it to me language. I am not god on programering. But i can tray.
-
it is very simple.. no programming required!
1. Open up "c:\program files\bit che\languages\English.ini" (unless you have installled Bit Che to a different folder)
2. Save 'English.ini' to the new language you are translating to. For example: 'NewLanguage.ini'
3. Edit this 'NewLanguage.ini' and translate only the text to the right of the '=' signs. For example, if you see "mnuH=Hello" then only translate the part that says 'Hello'.. (and NOT 'mnuH=')
4. Save this file and attach it here to a forum post (click Additional Options) and then you are done!
Any questions, ask! :)
-
chip when i was programming in vb6 i was able to use greek text, not to load it from a text file and i know it is different. maybe the problem is with the way you read the text from the ini file. can you tell me how are you doing this?
-
Can i make the text in
asdsa
adasd
adasd
the text is in i strigt line in this moment.
adasddadadaasdadsasda
are you undher stend what i saying?
-
Exoskeletor:
The problem deals with when the program is 'complied', and how vb6 uses the default character_code for the 'designer' computer.. its really tricky, and i'm still reading up on how I can fix this for you. But since I am compiling in 'English' and your Windows uses 'greek' character set as default, its practically impossible for me to 'compile' a program that will use your 'greek' fonts by default unless I install the greek font, set my default non-unicode font to Greek, and then recompile..
Its really really confusing, but thats why if you use VB6 on a native 'Greek' computer, you will not have any problems :(
VB6 by default does not support cross-language Unicode text for the controls (buttons, labels, listviews, etc).. I was really surprised to see that the character set displayed somewhat correctly for the 'buttons' and also for the Form Captions in the screen shots you provided..
so far, I have only found solutions for using Unicode text with 'Labels', 'CommandButtons', and I think I have a solution for 'Listview'.. but unfortunately this is going to take major changes to the program.
In the meantime, will the 'English' translation of 'Bit Che' be acceptable? or maybe another European translation be acceptable? I can make a private custom build using the MS Forms 2.0 .DLL which will allow the controls to use Unicode text translations, but this .DLL is not re-distributable so you will have to manually install this (I can tell you how)... Except I can't promise you that I'll be able to update this version every time I update Bit Che (since it will require me to make another project out of Bit Che)... BUT I will do this for you until I find another acceptable solution if you would like to use Bit Che in 'Greek' instead of 'English'..
-
ok then we will leave list view with english characters and i will translate everything else :)
-
Ok, this sounds good... I dont think the Menu's will use Unicode, but I have found some sample code that I will look at and see if it works for replacing Menus with Unicode 'Aware' menus. but at least we can do the Labels and Command button easily for the time being... =/
for reference, I've been looking at:
http://www.cyberactivex.com/UnicodeTutorialVb.htm
http://www.jollans.com/faq/nonunicode.htm (this provides some help about how I can use Unicode with a 'add-in' component but I am trying to find a decent solution that would stay away from a 3rd party control.)
-
I am has bigining to Translate Now.
-
How is the translation going!?
-
Czech translation is here
-
tokar86a you mention different sites do you have any you want added
pvls62 there is a thread for translations here http://www.convivea.com/forums/index.php?topic=180.0
-
FYI, the Swedish character set (as the Danish and the other Nordic languages) does NOT use Unicode, but ANSI and can safely be translated for VB6 use.
-peter