New entry Blog error in "Start date" field, separator hours incorrect ...

This is a place to discuss how to adapt mojoPortal to the needs of different cultures. Before asking questions here please first review the localization documentation.

This thread is closed to new posts. You must sign in to post in the forums.
9/10/2012 10:42:18 AM
Gravatar
Total Posts 18439

Re: New entry Blog error in "Start date" field, separator hours incorrect ...

You should leave the <globalization element as it was and just use these to force a site culture:

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

however if it is a multi site installation note that the 1 is the site id, so if the site id is not 1 for your site then you need to change it, ie if site id is 2 then:

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

See also Localization

 

9/11/2012 2:28:19 AM
Gravatar
Total Posts 9

Re: New entry Blog error in "Start date" field, separator hours incorrect ...

OK!, thanks but I'll have to set them mixed, because otherwise it does not work, there will be a bug in some script because as written above, if i put "site1culture = it-IT" does not work and it must be mixed:

The only way it works: (a bad work-around)

<add key="site1culture" value="en-US" />
<add key="site1uiculture" value="it-IT" />

(Attention! because the dates will be reversed. (the months will be before the day, English format !!!)

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