Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It will incorrectly output to screen and look something like this,

Code Block
�én van de wijken van Curaçao heet Saliña.

In Java code then you need to convert tousing Java's native2ascii tool,

The standard approach uses the ResourceBundle API in combination with properties files which contains externalized text. The ResourceBundle API will load the proper text based on the current Locale and the default (fallback) locale.

...