![]() |
|
|||
|
Hi all,
I've been trying to get translations going in my application. And it all works, except for one thing: the default translation if the user locale isn't available. I've got my application.ini set up as folllows: Code:
resources.locale.default = "en" resources.translate.data = APPLICATION_PATH "/../languages" resources.translate.adapter = "csv" resources.translate.options.scan = "directory" resources.translate.options.disableNotices = true However, when I visit my site with the browser set to (for instance) Spanish, the application doesn't fall back to English as I would expect, but instead shows the translation keys. That is, my translation files look something like this: Code:
tree_key;Tree flower_key;Flower Am I missing some fundamentals here? Last edited by Louis; 02-09-2010 at 12:46 PM. Reason: Decided to elaborate on my translation files |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| Designed by: Miner Skinz |
Powered by vBulletin® Version 3.8.4 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.1.0 |
![]() |