How can I define that the RadScheduler's resource files for localization exists in another folder than APP_GlobalResources?
1 Answer, 1 is accepted
0
T. Tsonev
Telerik team
answered on 02 Jun 2008, 02:56 PM
Hello Inge,
Unfortunately, moving the file to another location is not possible. This folder is treated specially by the ASP.Net runtime and the localization will not work if the resource files are moved away from it.
Alternatively, you can localize the RadScheduler instance by using the Localization property. This can be done either in the control tag, as described in this article, or through code-behind. The drawback is that you must retrieve the localization strings yourself and you have to repeat this process on every page.