Hi All,

I have an include tag to a file with context help information. My app is fully 
i18n-ed, but I don't want to handle the bigger the helptext via i18n because of 
its size. I want to end up with something like this: 
myapp/customer_side.en.html.

The code snippet:

<div id="right">
    {% include "myapp/customer_side.html" %}
</div>

I'm thinking about a custom templatetag that picks up on the locale. Does 
anybody have other suggestions on how to do this?


Thanx a lot.

Regards,

Gerard.


-- 
urls = { 'fun':  'www.zonderbroodje.nl',  'tech':  'www.gp-net.nl' }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to