On 3/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Dear all,

To translate the user interface we use a ApplicationResources_fr.properties
custom file and when we access http://localhost/test/language/test?language=fr
the application uses the entries defined in the
ApplicationResources_fr.properties file for the front office interface.

However for the simple math question authentification form, the application does
not use the entries "comments.mathAuthenticatorQuestion" and
"error.commentAuthFailed" we have defined for the simple math question in the
ApplicationResources_fr.properties, but it seems it uses the ones defined in the
ApplicationResources.properties

Is there a a way to use the entries defined in the
ApplicationResources_fr.properties for the simple math question authentification
form when we access the front office
http://localhost/test/language/test?language=fr ?


It looks like the MathCommentAuthenticator class uses the default
locale of the server and not the locale of the blog -- that's a bug. I
just added it for you:

  http://opensource.atlassian.com/projects/roller/browse/ROL-1377

Possible workarounds:

If you are serving only french blogs, you could change the server locale to FR.
Or you could change the original ApplicationResources.properties file.

- Dave

Reply via email to