Completed
Last Updated: 11 Jun 2021 14:30 by ADMIN
Imported User
Created on: 18 Oct 2017 11:31
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Set Localization Path globally in web.config like it's done with skins and other controls properties.
As we can find in telerik documentations, there are various controls properties that can be set from web.config. Like skin, render mode, etc.
It is done with a list of keys under <appSettings> section in the web.config. See link below.
https://docs.telerik.com/devtools/aspnet-ajax/general-information/web-config-settings-overview#control-properties-you-can-set-from-the-webconfig

My sugestion is to add in this list the localization path property. So we can centralize the resources files location for big projects, like a web site under IIS with many webapplication under one site.
1 comment
ADMIN
Rumen
Posted on: 02 May 2018 11:50
Thank you for your feature request!

Presently, the LocalizationPath property cannot be set in the web.config file, but you can create an ASP.NET Theme skin file which can be shared across multiple pages and control in the project. You can find more information in this help article: Using Themes - http://www.telerik.com/help/aspnet-ajax/editor-using-themes.html.