Karl,

Thanks, I think that I have got it

As number formats are concerned, now I have in the locale the six mandatory number formats (even if they have repeated formats, but must be respected), as in:

</FormatElement>
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>General</FormatCode>
<DefaultName></DefaultName>
</FormatElement>
<FormatElement msgid="FixedFormatskey2" default="true" type="short" usage="FIXED_NUMBER" formatindex="1">
<FormatCode>0</FormatCode>
<DefaultName></DefaultName>
</FormatElement>
<FormatElement msgid="FixedFormatskey3" default="false" type="medium" usage="FIXED_NUMBER" formatindex="2">
<FormatCode>0,00</FormatCode>
<DefaultName></DefaultName>
</FormatElement>
<FormatElement msgid="FixedFormatskey4" default="false" type="short" usage="FIXED_NUMBER" formatindex="3">
<FormatCode>#.##0</FormatCode>
<DefaultName></DefaultName>
</FormatElement>
<FormatElement msgid="FixedFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4">
<FormatCode>#.##0,00</FormatCode>
<DefaultName></DefaultName>
</FormatElement>
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>#.###,00</FormatCode>
<DefaultName></DefaultName>
</FormatElement>


If I understand well what you have told me, I could add some more formats here, of the type:

<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="6">
<FormatCode>[NatNum1]General</FormatCode>
<DefaultName></DefaultName>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="7">
<FormatCode>[NatNum1]#.###,00</FormatCode>
<DefaultName></DefaultName>
.
.
.


And maybe I could even do something so that not all the mandatory formats show in the cell-->format-->number--> menu of available format options (again, would this create any problems?)

The same could apply to date and curency formats, right?

Thanks.

Javier






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



Reply via email to