From 0ba115b57b6c8196b9de794afdd1d3855a3b9011 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 23 Sep 2006 07:30:43 +0000 Subject: Fixed #382 --- demos/quickstart/protected/pages/Advanced/I18N.page | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Advanced/I18N.page b/demos/quickstart/protected/pages/Advanced/I18N.page index 1330091f..9c3d620f 100644 --- a/demos/quickstart/protected/pages/Advanced/I18N.page +++ b/demos/quickstart/protected/pages/Advanced/I18N.page @@ -40,6 +40,7 @@ First you need to include the System.I18N.* namespace to your paths. @@ -48,6 +49,7 @@ First you need to include the System.I18N.* namespace to your paths. where you are going to store your translate message catalogue. The autosave attribute if enabled, saves untranslated messages back into the message catalogue. With cache enabled, translated messages are saved in the application runtime/i18n directory. +The marker value is used to surround any untranslated text.

With the configuration complete, we can now start to localize your application. If you have autosave enabled, after running your application with some localization activity (i.e. translating some text), you will see a directory and a messages.xml created within your source directory.

-- cgit v1.2.3