On Thu, 27 Jul 2000 12:30:41 +0200
"Johan Carlsson" <[EMAIL PROTECTED]> wrote:

> I have another feature that would be nice for the zzLocale framework.
> Support for localized images. As far as I know the Zope Management 
> Interface doesn't use any images containing strings, but I know that I might 
> use images that needs to be localized in my products. 

    So far, there is no specific plan to provide localized images
support. In fact, you can already use the current framework to provide
localized images: since the images are usually referenced by an IMG
tag in a DTML code, and since zzLocale allows you to localize this
DTML code, you can do the following:

In the French DTML template: <img src="fr_icon">
In the Swedish DTML template: <img src="sv_icon">

Create the appropriate fr_icon and sv_icon, and there you are:
localized images! :)



> Are there any zzLocale Wiki for frameworks discussions?

    No there isn't, but thanks for the suggestion. I'll look into
creating one.



Regards,


-- 
Yves-Eric Martin
Digital Garage Inc.
[EMAIL PROTECTED]

_______________________________________________
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 )

Reply via email to