Email confirmation in English even if Italian language selected

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.
6/5/2010 4:38:55 AM
Gravatar
Total Posts 17

Email confirmation in English even if Italian language selected

Hi,

when the user register, receive the confirmation email in english.

what to do?

Regards

6/5/2010 10:58:24 AM
Gravatar
Total Posts 125

Re: Email confirmation in English even if Italian language selected

Do you have a file "it-IT-RegisterConfirmEmailMessage.config" in your /data/MessageTemplates folder?

If no, I guess you have to create one.

6/5/2010 12:30:02 PM
Gravatar
Total Posts 17

Re: Email confirmation in English even if Italian language selected

Hi Wei Li

Yes I have

More ideas?

Thanks

6/5/2010 12:42:28 PM
Gravatar
Total Posts 18439

Re: Email confirmation in English even if Italian language selected

Hi,

Please clarify what you mean by "if Italian language selected", what did you do to select Italian?

Best,

Joe

6/5/2010 1:03:14 PM
Gravatar
Total Posts 17

Re: Email confirmation in English even if Italian language selected

Hi joe,

You are right, I have selected italian nowhere, I confused with a trial done some time ago with the shopmodule (not enabled now).

I have downloaded 2.3.4.4 MSSQL, changed smtp setting in web.config and comment out the line at begin for mediumtrust as suggested.

Thanks

 

 

6/5/2010 1:06:54 PM
Gravatar
Total Posts 18439

Re: Email confirmation in English even if Italian language selected

If you want to set Italian as the site default, add this to your user.config

<add key="site1culture" value="it-IT" />  (assuming site id is 1)

then touch Web.config (ie type a space in it and save it) to make it reload settings

for more information see http://www.mojoportal.com/localization.aspx

Hope it helps,

Joe

6/5/2010 2:04:44 PM
Gravatar
Total Posts 17

Re: Email confirmation in English even if Italian language selected

I have done twice what you adviced but doesn't work

I have tried to recover the password and the email with the password arrives correctly in Italian (this worked before changing user.config too)

I dont't undertand because one works and the other not

Sauro

6/6/2010 6:07:31 AM
Gravatar
Total Posts 18439

Re: Email confirmation in English even if Italian language selected

Hi Sauro,

I just tested on my local machine with settings like this:

<add key="UseCultureOverride" value="true" />
  <add key="site1culture" value="it-IT" />

and then I registered and the confirmation email I received was in Italian.

So it seems to be working correctly for me.

Best,

Joe

6/6/2010 8:40:30 AM
Gravatar
Total Posts 17

Re: Email confirmation in English even if Italian language selected

Ok Joe

now works

many thanks

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