Re: label's displayedmnemonic attribute is not localized
List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> Thu, 1 Sep 2005 18:01:38 +0200
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
I have just realized that as a workaround this can be fixed without
swixml's sources modification.
I can also call it from my application like:
Parser.LOCALIZED_ATTRIBUTES.add("displayedmnemonic");
Regards,
Vitali
2005/9/1, Vitali Kiruta <[email protected]>:
> Hi,
>
> this line added to Parser.<clinit> would fix the subj.
>
> LOCALIZED_ATTRIBUTES.add("displayedmnemonic");
>
> By the way, this led me to the question - why not just make all
> attributes localized?
>
> Vitali
>