manpagez: man pages & more
info gettext
Home | html | info | man

File: gettext.info,  Node: java-format,  Next: csharp-format,  Prev: python-format,  Up: Translators for other Languages

16.3.5 Java Format Strings
--------------------------

   There are two kinds of format strings in Java: those acceptable to
the ‘MessageFormat.format’ function, labelled as ‘java-format’, and
those acceptable to the ‘String.format’ and ‘PrintStream.printf’
functions, labelled as ‘java-printf-format’.

   Java format strings are described in the JDK documentation for class
‘java.text.MessageFormat’,
.
See also the ICU documentation
.

   Java ‘printf’ format strings are described in the JDK documentation
for class ‘java.util.Formatter’,
.

© manpagez.com 2000-2026
Individual documents may contain additional copyright information.