RegisterConfirmEmailMessage.config not used for other languages.

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/22/2010 2:00:33 AM
Gravatar
Total Posts 22

RegisterConfirmEmailMessage.config not used for other languages.

When I test to register a new user. The localized RegisterConfirmEmailMessage.config is not used. All other I have tested works fine. 

Currently using:

2.3.3.4 MSSQL on Windows

/Pär

1/22/2010 2:03:04 AM
Gravatar
Total Posts 22

Re: RegisterConfirmEmailMessage.config not used for other languages.

I forgot to mention ...

I have tried to user both:

sv-SE-PasswordEmailMessage.config
and
sv-PasswordEmailMessage.config

None of them works ...

 

/Pär

1/25/2010 10:38:09 AM
Gravatar
Total Posts 18439

Re: RegisterConfirmEmailMessage.config not used for other languages.

Hi,

Do you have this in your user.config:

<add key="UseCultureOverride" value="true" />
<add key="site1culture" value="sv-SE" />

The confirmation email will use the site default culture not the user's browser language preference.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.