Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

String table

Alexanderius edited this page Sep 22, 2016 · 4 revisions

StringTable class loads and keeps a localizable table of strings (can be HTML content) from specified string table files (Can be set via Simplify.Web configuration)

String tables in-memory cache can be enabled via Simplify.Web configuration.

String table file example (StringTable.en.xml)

<?xml version="1.0" encoding="utf-8" ?>

<items>
	<item name="SiteTitle" value="AcspNet example application" />

	<item name="PageTitleAbout" value="About Page" />
	<item name="PageTitleLogin" value="Login" />
	<item name="PageTitleProfile" value="Profile" />


	<item name="PageTitle404" value="404 Not Found" />
</items>

<< Previous page Next page >>

Clone this wiki locally