[Zope] Internationalization 2nd post

2000-06-20 Thread Dan Rusch

How are my fellow Zopers handling Internationalization, especially text.

We have a site that is composed of several hunderd pages. We don't use
classes but we have made heavy use of aquistion though. For example we
have one back button that is aquired thoughout the site etc etc.
Basically if the functionality (or code) is used in more than one place
it has been but into a method and aquired.

Any thoughts or hints?

thanks,


DR




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Internationalization 2nd post

2000-06-20 Thread R. David Murray

On Tue, 20 Jun 2000, Dan Rusch wrote:
 How are my fellow Zopers handling Internationalization, especially text.

Check out the list of mailing lists in the resources section of zope.org.
You'll find a mailing list for ZIP, the Zope Internationalization Project,
complete with archives.

--RDM


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Internationalization 2nd post

2000-06-20 Thread Rik Hoekstra




How are my fellow Zopers handling Internationalization, especially text.

We have a site that is composed of several hunderd pages. We don't use
classes but we have made heavy use of aquistion though. For example we
have one back button that is aquired thoughout the site etc etc.
Basically if the functionality (or code) is used in more than one place
it has been but into a method and aquired.

Any thoughts or hints?


You could use a number of different 'language specific' folders and make
your site acquire from them. There is a caveat, however, because you have to
be careful to use acquisition in this way. There is a bit of information in
my Changing Contexts in Zope 2
http://www.zope.org/members/Hoekstra/ChangingContexts1

hth

Rik


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )