Page 17 of 31

Re: Multilingual Support

Posted: 11 Feb 2013 06:30
by smahesh555
I have a problem with Korean language. After selecting the Korean language the column names and messages in the status bar come properly in Korean. However all Menu items and sub items are shown as question marks. I tried reinstalling the program as well, but behavior is same all the time.

Please help me if there is a known solution for this. I have installed the "Korean Language Pack - Windows 7 Service Pack 1 (KB2483139)" long time back.

Image

Re: Multilingual Support

Posted: 11 Feb 2013 09:22
by Enternal
smahesh555 wrote:I have a problem with Korean language. After selecting the Korean language the column names and messages in the status bar come properly in Korean. However all Menu items and sub items are shown as question marks. I tried reinstalling the program as well, but behavior is same all the time.

Please help me if there is a known solution for this. I have installed the "Korean Language Pack - Windows 7 Service Pack 1 (KB2483139)" long time back.

Image
The same thing happened to me. There is something I think you should try. I have not tried it since I was busy but go to Windows Control Panel > Clock, Language, and Region > Region and Language. Under the "Administrative" tab, click "Change system locale..." and then change "Current System locale:" to "Korean (Korea)". Restart the computer and now see if XYplorer shows the language correctly.

Re: Multilingual Support

Posted: 11 Feb 2013 09:31
by smahesh555
Hmm, thanks for the tip .. but if so, the same problem should happen for other languages also. But it works for few languages, doesn't work for a few.

Re: Multilingual Support

Posted: 11 Feb 2013 09:35
by Enternal
smahesh555 wrote:Hmm, thanks for the tip .. but if so, the same problem should happen for other languages also. But it works for few languages, doesn't work for a few.
It's mainly due to the code page. I don't know how to explain it easily but many languages use the Latin letters code page while others like Hindu, Arabic, Russian, and Eastern languages uses a different code page which usually results in what you see. Just try and see if it works. I have my system set to Japanese because of that same issue (for different programs though). Furthermore, from what I understand, XYplorer supports Unicode but is not natively Unicode so that system setting does have an effect... at least it should have. So hopefully it works this time for you!

Re: Multilingual Support

Posted: 11 Feb 2013 10:17
by admin
Enternal wrote:Furthermore, from what I understand, XYplorer supports Unicode but is not natively Unicode so that system setting does have an effect.
Yes, some interface elements (the main menu, buttons, checkboxes ...) do not support Unicode and hence need the system locale set to that language. I will add this to the Help.

Re: Multilingual Support

Posted: 11 Feb 2013 10:29
by Enternal
admin wrote:
Enternal wrote:Furthermore, from what I understand, XYplorer supports Unicode but is not natively Unicode so that system setting does have an effect.
Yes, some interface elements (the main menu, buttons, checkboxes ...) do not support Unicode and hence need the system locale set to that language. I will add this to the Help.
Yep exactly this.

@ smahesh555
It seems that you have not tried it since you been on this thread a couple times but never said anything. So here is the proof that it works if you did what I asked you to try.

Image

Awesome isn't it?

Re: Multilingual Support

Posted: 11 Feb 2013 12:13
by smahesh555
@Enternal. Yes it worked. Was waiting for reply from 'admin' just in case there is a way to avoid the reboot :wink:

Re: Multilingual Support

Posted: 11 Feb 2013 12:19
by Enternal
smahesh555 wrote:@Enternal. Yes it worked. Was waiting for reply from 'admin' just in case there is a way to avoid the reboot :wink:
Lol! Completely understand. It's especially annoying to reboot when you already have all these applications open and stuff. Well, glad it worked!

Re: Multilingual Support

Posted: 12 Feb 2013 13:09
by admin
Do you know this?
http://www.microsoft.com/en-us/download ... x?id=13209

I have not tried it but it's supposed to make locale changing more comfy.

Re: Multilingual Support

Posted: 15 Feb 2013 05:01
by Enternal
admin wrote:Do you know this?
http://www.microsoft.com/en-us/download ... x?id=13209

I have not tried it but it's supposed to make locale changing more comfy.
Ah yes I know about this. It used to work really well but since Windows Vista and 7, there were some problems with it and it's not supported on Windows 7 and above.

Re: Multilingual Support

Posted: 15 Feb 2013 12:30
by MikeHsiao
Term kd.0669 "Show/Hide the Background Bar." seems a little bit wierd.

I guess it might be "Show/Hide the Status Bar Buttons."

Re: Multilingual Support

Posted: 15 Feb 2013 12:41
by admin
MikeHsiao wrote:Term kd.0669 "Show/Hide the Background Bar." seems a little bit wierd.

I guess it might be "Show/Hide the Status Bar Buttons."
You are absolutely right! (Background Bar is an old obsolete term)

Re: Multilingual Support

Posted: 16 Feb 2013 07:48
by Regmos
Quick question.

Should I translate the bold entries, or are they regarded as <variables>.
Don't know where they belong, still have a lot to lo learn about XYPlorer :?

String 3065:

<items> = space-separated list of the currently selected list items in quotes
<item1> = 1st of the selected items
<item2> = 2nd of the selected items
<base> = base-name of each of the selected items (useful for multiple instance calls only)

String 3066

<xy> = XYplorer executable path and name
<xyexe> = XYplorer executable name
<xypath> = XYplorer path
<xydata> = XYplorer data path
<xypane> = XYplorer active pane data path
<xynewitems> = XYplorer new items path
<xytagdat> = XYplorer tags database path/file
<xyscripts> = XYplorer scripts path
<xyini> = XYplorer INI file name
<xydrive> = XYplorer drive (unslashed), e.g. C: or \\Server\Share
<xyver> = XYplorer version
<date yyyymmdd hhnnss> = date/time now

Re: Multilingual Support

Posted: 16 Feb 2013 08:12
by Borut
No, these are XYplorer variable names and should remain untranslated. If you copy-paste this into address bar and press enter, you will see a list of all variables:

Code: Select all

::rtfm "idh_variables.htm"

Re: Multilingual Support

Posted: 16 Feb 2013 10:43
by Regmos
Thanks :D