From 51702c7564454b18232e19fa9ca0d05ed33c4b3c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 12 Apr 2016 15:17:23 +0200 Subject: Doc update for #587 --- demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Advanced') diff --git a/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page b/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page index 9f66bad8..a7e743c7 100755 --- a/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page +++ b/demos/quickstart/protected/pages/Advanced/Samples/I18N/Home.page @@ -14,7 +14,7 @@ Your current culture is <%= $this->Page->CurrentCulture %>.

- In addition to culture aware template. Text can be localized using many different translation sources. PRADO provides gettext, XML, SQLite, and MySQL container for storing message translations. The example in the following link demonstrates how text can be localized using the TTranslate component. + In addition to culture aware template. Text can be localized using many different translation sources. PRADO provides gettext, XML, SQLite, and Database container for storing message translations. The example in the following link demonstrates how text can be localized using the TTranslate component.


Introduction

-- cgit v1.2.3