Francesco, Yes, if the page is uncached. Another option would be to use the language_redirect idea where you have multiple sub-sites for each language, but I know that's not ideal in terms of reuse. Anyway, inside a tag definition, you should have access to the request and response variables. There are discussions about this previously on the mailing list, just do a search at http://radiantcms.org/mailing-list
Sean On 5/13/07, Francesco Lunelli <[EMAIL PROTECTED]> wrote: > s it possible to capture query parameters and use them inside tags? > For example if I have a URL like this > http://www.mysite.com/books?lang=it can I caputre the lang parameter and > pass it to some tags? > Having a page made with to parts "it" and "eng" I could decide wiche > part show in a way like this: > <r:content part="LANG" /> where lang is the url parameter captured. > But this could be useful in many other situations I think. > Thanks to everybody > Francesco Lunelli > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
