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> |
Tasks
Walkthrough: Changing the default Localization Text in Localization Manager
Walkthrough: Using French culture in WebGrid
Walkthrough: Specifying custom language used in WebGrid
How-to: Specify a TextItem programmatically
Concepts
Localization Manager
Other Resources
Walkthrough Topics
How-to Topics