I deployed a web application which uses the RadEditor (Telerik.Web.UI 2009.3.1314.35).
When I deploy using a Web Deployment project (precompiled in one big DLL), the localization doesn't work - there is always the English shown the the end users. When I do a "normal" deploy (with aspx, ascx etc.), it works in all available languages.
The bin folder contains the app_globalresources.compiled file and it seems that the .resx are compiled into satellite assemblies in the localized folders (de-DE, it-IT etc.) with the name of the precompiled big all-in-one assembly I chose in the deployment project.
Is there a way to make this work for deployment projects?
Thanks,
Stefan