NetBeans Bundle.properties Property Naming Convention.
Posted
by javacavaj
on Stack Overflow
See other posts from Stack Overflow
or by javacavaj
Published on 2010-05-14T19:12:26Z
Indexed on
2010/05/14
19:14 UTC
Read the original article
Hit count: 204
netbeans
|internationalization
What is the recommended naming convention for properties added to the Bundle.properties file in NetBeans? Should properties added by developers be prefixed with tags similar to those of NetBeans. I've noted several in use (e.g., CTL_, HINT_, MSG_, TXT_), but no guidance on where each should be used or if they should be used only by the NetBeans team. Also, should be suffix be a keyword or the entire word/phrase being translated?
© Stack Overflow or respective owner