The Java Internationalization API

By Carol A. Jones

Dr. Dobb's Journal January 1998

(a)
message = "Could not write to the " + filename + " file";
(b)
message = "No se encontró el archivo " + filename;

Example 2: (a) Example English text;(b) Spanish version of the same text.

Back to Article


Copyright © 1998, Dr. Dobb's Journal