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

Setting Localization in Config File

1 Answer 42 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 04 Apr 2012, 08:11 AM
Hi,

we evaluate the use of the RadEditor in our SharePoint-Site. How can I set the localization to German? I've seen many code snippets how to set the language in aspx-files, and tried to mimic this in the config files, but adding the following line to the ListConfigFile and the ConfigFile did not have the indended result:

 <property name="Language">de-DE</property><BR>

Is there another way for setting the localization?

Thanks for your help.

Phil

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 05 Apr 2012, 04:05 PM
Hi Phil,

Indeed this is the property that need to be set in the ConfigFile.xml or ListConfigFile.xml files:
<property name="Language">de-DE</property>

In order to make the localization to work you need to copy the files from Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\x.x.x.x__1f131a624888eeed\Resources\App_GlobalResources folder to \Inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources folder.


Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Sharepoint Integration
Asked by
Philip
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or