i18n Documentation
Generates text that depends on changing data (like dynamic HTML).
Brought to you by:
revusky
I noticed about a year ago that in the feature list you say a few things
about internationalization, including using different templates for
different locales.
I'm wondering and would guess there are others who would like to know
how to use these features without reverse engineering your code.
Could documentation be added for these features, they are long overdue.
Oh, and I do love freemarker.
Logged In: NO
If you look at "localization" in the Index of the manual,
you will find the documentaton of the localized template
feature. The java.util.ResourceBundle wapping of the
BeansWrapper is also useful for multilingual sites, however
it is not indexed as "localization" -- that should be fixed,
but still no reverse enginering is needed. The locale
specific formatting of interpolations is documented. So,
which i10n/i18n related feature is not doucmented?
Logged In: NO
Okay, it is in the Index; however I and I'm guessing a few other people don't
normally look in a index to find something that isn't in the main documenation.
We expect the content of each to contain references to the same thing, not
additional pages that you can't get to from the table of contents.
Logged In: NO
Forgive me, but... I would like to expect that people in
this century can use a books. Like, they realize what is the
importance of an index (VS the ToC). The ToC shows chapter/
section titles so you have an indea about the overall layout
of the book, thus its ability of including all important
keywords is inherently very limited. Furthermore since it is
not ordered alphabetically, it's hard to find any keyword in
it. Hence, an Index is used in basically all technical/
scinetifical books. And of course any page linked by the
index is a page that is also accessible from the ToC. And
there is even a link to the Index on each single page's
header and footer. Is it sensible to expect that people will
using it?
Can anyone suggest me how to do i18n in freemarker??