A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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/
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.
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?
The xml looks correct. Could it be a fallback issue? Do you have norwegian set as the current episerver user's personal languge?
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.
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:
This is my language file:
Is there any documentation around this?
// Anders