Posted in | Posted on 08-20-2010 | 2,789 views
Do you use Galleon? If so - would you be interested if added localization support like BlogCFC? Secondly - I'd also just love to hear about where/how you use Galleon - so consider this a request for two things: 1) Where you use Galleon and 2) would localization be something you would like.
I'll point out - BlogCFC only supports English directly. If you want to localize to your language you have to edit the resource bundle file. So it still involves translation work for you - but it's not coding.


Running a base install of Galleon was pretty quick till I run into a problem of Question Marks(?????????) for the data being inputted by forums visitors.
The site runs on MySQL and the Solution was to Drop a DB(Not a biggie), Recreate it with Default CHARSet of UTF8, replace CHARSET=latin1 with CHARSET=UTF8 in DB Creation Script(run the script) and add a connection string for the CF Data Source(CFAdmin) as in: jdbc:mysql://SERVERNAME:3306/DBNAME?characterEncoding=UTF8&characterSetResults=UTF8
Alex
[Add Comment] [Subscribe to Comments]