London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Localized Editor

Vote:
 

 

Hi,

I'm trying to get a localized editor going, but it doesn't seem to work.

I've tried following this blogpost, but I get no result going. I've also registered a provider as seen in this XML-segment:

<episerver.framework>
  <localization fallbackBehavior="Echo, MissingMessage, FallbackCulture" fallbackCulture="no">
    <providers>
      <add virtualPath="~/Resources/LanguageFiles" name="languageFiles" type="EPiServer.Framework.Localization.XmlResources.FileXmlLocalizationProvider, EPiServer.Framework" />
    </providers>
  </localization>
  <.../>
<episerver.framework>

This is my language file:

<language name="Norsk" id="no">
  <pagetypes>
    <pagetype name="ActivityPage">
      <description>Inneholder informasjon om en aktivitet.</description>
      <name>TEST</name>
  </pagetype>
</pagetypes>

Is there any documentation around this?

// Anders

#82325
Mar 11, 2014 7:57
Vote:
 

The xml structure is different for 7.5. See Linus blogpost for more info:

 

http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2013/12/New-standardized-format-for-content-type-localizations/

#82327
Mar 11, 2014 8:13
Vote:
 

Thanks, Per!

That worked beautifully!

EDIT: One thing I noticed is that «name» and «description» of the page type didn't work at all. It uses the name of the class and it says that no description is available.

#82339
Edited, Mar 11, 2014 9:39
Vote:
 

I followed Linus' post and the «name» and «description» doesn't work for me. This is my XML:

<language name="Norsk" id="no">
  <!-- Page Types -->
  <contenttypes>
    <activitypage>
      <name>Aktivitet</name>
      <description>Inneholder informasjon om en aktivitet.</description>
    </activitypage>
  </contenttypes>
</language>

I also have properties inside the different page type elements and those works pretty good.

What am I doing wrong?

#82417
Mar 12, 2014 7:51
Vote:
 

The xml looks correct. Could it be a fallback issue? Do you have norwegian set as the current episerver user's personal languge?

#82427
Mar 12, 2014 9:23
Vote:
 

Thanks, now it works. I thought it was based on which language you were editing in, not the user's current language. It all makes sense. Thanks for your quick reply, Per Magne.

#82428
Mar 12, 2014 9:39
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.