Hi,
We are creating a new Finnish language pack following the instructions in Telerik's documentation (
1,
2). The English localization files were copied from App_GlobalResources on the installation folder.
The (so far) localized strings works fine on the editor UI but not so well on the Image manager. Note that the image manager strings were not yet localized, so the original English values should be shown (from our localized fi-FI files). Instead, we get an error. For instance, all the top menubar buttons on the left pane of the image manager shows 'Not loaded (error)' as well as the Filename and Size column headers. Though, on the Preview pane the localization works fine for the top menubar. On the 'Properties' tab, only the 'Long Description' and Image alignment' labels shows as 'Not loaded (error)', while all the other labels are localized (currently in English).
Telerik's dll version is 2009.2.826.35
We also use the web.config Globalization , where we define our own resource provider factory that retrieves localization strings from database for the application. Could that be the problem?! But then again, on the main editor UI the localized strings works fine.
Any ideas would be highly appreciated.
Eyal
UPDATE: The issue seems to derive from the conflict with the ResourceProviderFactory that is defined in web.config. When I remove the ResourceProviderFactory and instead retrieve the application strings from a local resource file, the image manager shows all localization strings correctly. I think it may be worthwhile to check this resources' conflict more thoroughly, because in some projects it is required to use resources retrieved from database.