Hi Clytie,

Thank you for your interests in this tool.

Clytie Siddall wrote:
>> How difficult would it to be to make it work with non-Sun languages?

It would be easy.
 - What language of OpenOffice.org do you use? vi-VN?
 - Does your OpenOffice.org have C:\Program Files\OpenOffice.org 2.3\help\vi ?
   In that case, the tool should work with your language.

If the tool does not work, try to directly specify your language in the macro.

Tools - Macros - Organize Macors - OpenOffice.org Basic -
HC2_93824_89_2007_06_0x.ods - Standard - Module1 - onClicked - [Edit]

You will find the following lines:
=====
        sSystem = 
GetRegistryKeyContent("org.openoffice.Office.Common/Help").GetByName("System")
        sLanguage = 
GetRegistryKeyContent("org.openoffice.Setup/L10N/").getByName("ooLocale")
        'sLanguage = "en-US"
        
        'sURL = "vnd.sun.star.help://" & s & "?Language=" & sLanguage & 
"&System=" & sSystem & "#" & sAnchor
        sURL = "vnd.sun.star.help://" & s & "?Language=" & sLanguage & 
"&System=" & sSystem & "&UseDB=no&DbPAR=" & sModule & "#" & sAnchor
=====

Try to substitute the third line with
=====
        sLanguage = "vi"
=====

I hope that help.
Tora

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to