> firstof all: great work this V2. Install runs smooth and no other problems. > My question: Are there any plans for "multilanguaging" the (admin)code?
well i sort of volunteered to make this i18n using not-quite-java resourceBundles when the code settled down (for the same reasons you outlined). the resourceBundles would be split by program logic (menu.properties, useAdmin.properties, etc.) and then again by locale (menu_en_US.properties, menu_en_AU.properties, menu_fr_CA.properties, etc.). these would be handled at app init & most likely loaded into some shared scope (application i guess unless folks planned on managing more than one locale from the same install at the same time). i guess if paul, brendan & geoff say the code will be stable for a while i can take a whack at it or we can split up the work. --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
