Welcome to Stratos!
menu.main.newgame = Nuevo juegomenu.main.options = Opcionesmenu.main.help = Ayudamenu.main.exit = Saliringame.lives = Vidasingame.energy = Energia
i18n/es-ES.txti18n/en-UK.txti18n/de-DE.txt
Locale locale = new Locale(); System.out.println( "New game string = " + locale.getString( "menu.main.newgame" ) );System.out.println( "Options string = " + locale.getString( "menu.main.options" ) );System.out.println( "Lives string = " + locale.getString( "ingame.lives" ) ); locale.setLocale( "de-DE" );System.out.println( "\nNew game string = " + locale.getString( "menu.main.newgame" ) );System.out.println( "Options string = " + locale.getString( "menu.main.options" ) );System.out.println( "Lives string = " + locale.getString( "ingame.lives" ) );
locale.setEncoding( "UTF-16 " );locale.setLocale( "jp-JP" );
InputStreamReader(InputStream is, String enc)