To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49581


User javiersola changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|CLOSED                    |REOPENED
--------------------------------------------------------------------------------
                Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Jul  9 00:06:54 -0700 
2005 -------
Tested m115.

Found that it still has two small things that need to be corrected:

- The native installation process works in English correctly, but the unpackagin
process that preceeds it attempts to use Khmer language. As Windows does not
find a font, it just shows garbage (see attachment). Unpacking should also be in
English, same language for unpackaging as for installation.

- The user interface is in the target language, but the locale is still
"default", which for Writer is Khmer and for Calc is English (this is very
strange, and probably requires further study as a different issue).

I found file
<OOo>/shared/registry/modules/org/OpenOffice/Office/Linguistic/Linguistic-ForceDefaultLanguage.xcu

with contents:

<?xml version='1.0' encoding='UTF-8'?>

<oor:component-data oor:name="Linguistic" oor:package="org.openoffice.Office"
xmlns:install="http://openoffice.org/2004/installation";
xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

        <node oor:name="General">

                <prop oor:name="UILocale" oor:type="xs:string">

                        <value>km</value>
                </prop>
        </node>
</oor:component-data>


which only forces UI language.

In prior exchanges in the list, JB sent to the list a similar block that also
changed locale to the language of the UI. This would be prefered behaviour. The
code was:

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
                    xmlns:xs="http://www.w3.org/2001/XMLSchema";
                    oor:name="Linguistic"
                    oor:package="org.openoffice.Office">
 <node oor:name="General">
  <prop oor:name="UILocale" oor:type="xs:string">
   <value>km-KH</value>
  </prop>
  <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
   <value>km-KH</value>
  </prop>
 </node>
</oor:component-data> 




---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to