Re: i18n bug?
Marian Petras <[email protected]> Tue, 17 Jul 2007 14:51:13 +0200
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Organization | Sun Microsystems Czech, s.r.o. |
| Message-ID | <[email protected]> |
The only possible scenario is that the Bundle.properties file was silently created during internationalization but not displayed in the editor. When you were closing the NetBeans IDE, it should have informed you that there is an unsaved file (Bundle.properties) and asked you whether you want to save it. If you selected "Discard" (or "Do not save", I do not know the exact text), you lost the contents. Marian P.S. Such questions should be sent to [nbusers] rather than [nbui]. solgius wrote: > hi everyone, > i develop GUI application using netbeans 5.5.1. > i try to use internationalization. but aftern internationalizing all the > string of the GUI when i close and reopen the file every information is lost > about the file .properties and a "Bundle.properties" is created in the > folder of the file modified. > > the result is that no strings appears anymore. > > do anyone experience something similar, and know how to solve it? > > plz help me!!! :( > > gius >