From: Erik V. <eri...@hc...> - 2006-07-11 20:54:20
|
> Java has it's own localisation methods and classes under > java.util.Locale and java.util.ResourceBundle. > > The current plan for localization in Rails is fairly loose. Erik has > started a basic amount of using the Locale class and > LocalisedText.properties. Localisation is (or should be) already handled in Game.getText(). Currently there is only a default (English) text file, but IIRC adding French texts in a file LocalisedText_fr.properties should handle that language (after calling Game.setLocale("fr")). Erik. |