Intersoft WebGrid Documentation
How-to: Specify the Localization folder in web.config
See Also Send comments on this topic.

Glossary Item Box

Beside using WebGrid's User Interface to set the Localization folder path, you can also specify the Localization folder path in web.config.

In this topic, you will learn how to specify the Localization folder in web.config.

To specify the Localization folder in web.config

Add the following code in web.config:

web.config Copy Code
<configuration>             
<appSettings>    
   <add key="ISNet.WebUI.WebGrid.v4_0_6200.LocalizationDirectory" value="~/CommonLibrary/WebGrid/V4_0_6200/Localization/" />
</appSettings>
</configuration>

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.