From: brett l. <wak...@gm...> - 2006-07-11 21:30:35
|
On 7/11/06, Erik Vos <eri...@hc...> wrote: > > > 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")). > > > > > > > We should make this a configurable option on startup. We should also > > look at saving a file of "default" settings so that when the user sets > > a preference, we save it and re-use it the next time we start up. > > Yes, and yes. > Ok... let's address this after we handle Undo/Redo and Load/Save of games. I'll stick it in the feature request tracker. Later today, I should have most of the strings pulled out into LocalisedText.properties. ---Brett. |