Attempts to add a BundleItem to the untranslatedItems. The addition will fail in two cases: One, if
the item does not all ready belong to this Bundle, and Two, if the item is all ready in the set of
untranslated items.
Encodings are of the form -> language_country_variant <- (for example: "en_us_southern").
This method returns the country encoding string, or null if it is not specified
Encodings are of the form -> language_country_variant <- (for example: "en_us_southern").
This method returns the language encoding string, or null if it is not specified
One group is created for all bundles called 'Ungrouped Items'. This is the bundle
group in which bundle items are placed that are not specifically grouped in the
resource bundle file. This method returns that bundle group.
Encodings are of the form -> language_country_variant <- (for example: "en_us_southern").
This method returns the variant encoding string, or null if it is not specified
This method produces a String which is suitable for inclusion in a .properties
style resource bundle. It attaches (in comments) the meta data that RBManager
reads to manage the resource bundle file. This portion of the output should
be included at the beginning of the resource bundle file.
A method useful in debugging. The string returned displays the encoding
information about the bundle and wether or not it is the base class of
a resource bundle.
A helping method for outputting the formatted contents of the bundle to a
print stream. The method first outputs the header information and then outputs
each bundle group's formatted data which includes each bundle item.
A helping method for outputting the formatted contents of the bundle to a
ouput Writer (such as a FileWriter). The method first outputs the header
information and then outputs each bundle group's formatted data which includes
each bundle item.