Maybe i have not make myself clear: - I open the .xcu files that are under c:\Program\OpenOffice.org 2.0\share\...\Office\UI\*.xcu - I change the strings there - I see NO changes in the UI
Alberto On Fri, 2006-04-21 at 18:11 +0200, Ivo Hinkelmann wrote: > Hi Alberto, > > yes the officecfg files are cache, search for xcu in home directory ( > ~/.openoffice/user/registry/* ) . Regarding the res files I am not sure > if you can change them on the fly as it is a binary format. > > Cheers, > Ivo > > Alberto Escudero Pascual wrote: > > Hi, > > > > I am working with OOo/win32 and trying to figure out a way to update > > localizations with the minimum re-build time. Strings are in the .res > > files and also in the .xcu in the registry/data > > > > /share/registry/data/org/openoffice/Office/ > > > > I have modified the file GenericCommands.xcu manually > > > > <node oor:name=".uno:Open" oor:op="replace"> > > <prop oor:name="Label" oor:type="xs:string"> > > <value xml:lang="en-US">~XXXXXOpenXXXXX...</value> > > </prop> > > <prop oor:name="Properties" oor:type="xs:int"> > > <value>1</value> > > </prop> > > </node> > > > > and the update in the UI does not take place. Are these files parsed and > > stored in some other format? By playing around with changing-UI language > > and language files, i seemed to be able to get the new strings in the > > UI... but i do not understand what makes the update to take place? > > > > - It will be good to be able to make small tests/corrections by editing > > the .xcu files > > > > I think i posted this question time ago... is there any to open a > > resource .res file? > > > > Alberto > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
