From e2219c91b98088289080bfa451d3083851eddf76 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Jan 2006 03:48:38 +0000 Subject: Added explanation to localization tags. --- demos/quickstart/protected/application.xml | 4 +--- .../quickstart/protected/pages/Configurations/Templates2.page | 11 ++++++++++- .../quickstart/protected/pages/Configurations/Templates3.page | 11 ++++++++++- 3 files changed, 21 insertions(+), 5 deletions(-) (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index e99121fa..e25c4c14 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -7,9 +7,7 @@ - - - + diff --git a/demos/quickstart/protected/pages/Configurations/Templates2.page b/demos/quickstart/protected/pages/Configurations/Templates2.page index 66d9d0d1..cace46b3 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates2.page +++ b/demos/quickstart/protected/pages/Configurations/Templates2.page @@ -4,7 +4,7 @@

Dynamic Content Tags

-Dynamic content tags are introduced as shortcuts to some commonly used component tags. These tags are mainly used to render contents resulted from evaluating some PHP expressions or statements. They include expression tags, statement tags, databind tags, parameter tags and asset tags. +Dynamic content tags are introduced as shortcuts to some commonly used component tags. These tags are mainly used to render contents resulted from evaluating some PHP expressions or statements. They include expression tags, statement tags, databind tags, parameter tags, asset tags and localization tags.

@@ -75,4 +75,13 @@ where LocalFileName refers to a file path that is relative to the direc BE VERY CAUTIOUS when you are using asset tags as it may expose to end-users files that you probably do not want them to see.

+
+

Localization Tags

+

+Localization tags represent localized texts. They are in the following format, + +<%[string]%> + +where string will be translated to different languages according to the end-user's language preference. + \ No newline at end of file diff --git a/demos/quickstart/protected/pages/Configurations/Templates3.page b/demos/quickstart/protected/pages/Configurations/Templates3.page index e5abc347..bec25d13 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/Templates3.page @@ -13,7 +13,7 @@ body content where you may enclose DynamicPropertyTag within single or double quotes for better readability.

-We now introduce the available types of dynamic property tags that may be used in the above. Like dynamic content tags, we have expression tags, databind tags, parameter tags and asset tags. (Note, there is no statement tag here.) +Like dynamic content tags, we have expression tags, databind tags, parameter tags, asset tags and localization tags. (Note, there is no statement tag here.)

@@ -70,4 +70,13 @@ where LocalFileName refers to a file path that is relative to the direc BE VERY CAUTIOUS when you are using asset tags as it may expose to end-users files that you probably do not want them to see.

+
+

Localization Tags

+

+Localization tags represent localized texts. They are in the following format, + +<%[string]> + +where string will be translated to different languages according to the end-user's language preference. + \ No newline at end of file -- cgit v1.2.3