I've managed to get localization working on a non fds flex
app using the command line mxmlc compiler. That took a while in
itself. Now I'm trying to do the same thing using fds. I've enabled
the locale en-US in the flex-config.xml file and restarted the
server. But when I go to run the app in flexbuilder I get this
message:
Multiple symbols named 'C:\fds2\jrun4\servers\default\samples\DSLessons\Bob.mxml'.
I have several files in play here:
Bob.mxml
locale/en_US/Bob.properties
locale/fr_FR/Bob.properties
I can get the same app to work not using fds. However I have no control over command line parameters for the compiler since this is handled by fds (from what I've been able to tell)
I know the code itself and the file/folder layout is fine too. But there's little to no documentation on localization to begin with, and I haven't found anything implementing this on FDS2.
I've tried adding the locale and/or the locale/en_US paths to the run... options | source but that didn't work either.
I've also copied the contents of the en_US folder to a fr_FR folder in the frameworks/locale folder (that got my basic app working!)
Please help!
Multiple symbols named 'C:\fds2\jrun4\servers\default\samples\DSLessons\Bob.mxml'.
I have several files in play here:
Bob.mxml
locale/en_US/Bob.properties
locale/fr_FR/Bob.properties
I can get the same app to work not using fds. However I have no control over command line parameters for the compiler since this is handled by fds (from what I've been able to tell)
I know the code itself and the file/folder layout is fine too. But there's little to no documentation on localization to begin with, and I haven't found anything implementing this on FDS2.
I've tried adding the locale and/or the locale/en_US paths to the run... options | source but that didn't work either.
I've also copied the contents of the en_US folder to a fr_FR folder in the frameworks/locale folder (that got my basic app working!)
Please help!