This is a migrated thread and some comments may be shown as answers.

localization problems with dotnetnuke

2 Answers 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dnn
Top achievements
Rank 1
dnn asked on 18 Jan 2010, 08:06 AM
i'm using dnn 5.2.1 and the telerik editor but the editor doesn't load the german resource files.

i put the language files to App_GlobalResources and at the webconfig i put the language:

<add name="RadEditorProvider" type="Telerik.DNN.Providers.RadEditorProvider" providerPath="~/DesktopModules/TelerikWebUI" SyncDBOnSubmit="True" AutoCreatePaths="False" ImagesPaths="*PortalRoot*" DocumentsPaths="*PortalRoot*" MediaPaths="*PortalRoot*" FlashPaths="*PortalRoot*" CssFiles="*PortalRoot*/editor.css" TemplatePaths="template" Language="de-DE" />

my portal is set to german as default language, my account an my browser too.

or should i write the language settings into the ConfigFile.xml file?

thanks

regards

michael

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 18 Jan 2010, 08:46 AM
Hi Michael,

The following forum thread should help you fix the localization - http://www.telerik.com/community/forums/dotnetnuke/skin-objects/dnn-radeditor-localization.aspx

In short, you need to set the LocalizationPath property of the editor, because DNN specifically skips compilation of .resx files by default and the normal ASP.NET localization mechanism will not work.

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
dnn
Top achievements
Rank 1
answered on 18 Jan 2010, 09:11 AM
thanks,

after setting the localization path it works
Tags
Editor
Asked by
dnn
Top achievements
Rank 1
Answers by
Lini
Telerik team
dnn
Top achievements
Rank 1
Share this question
or