Hi, Is there a way in seaside to detect the browsers local language and adapt so accordingly ? Rgrds, @+Maarten,
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Maarten.
You can pull any data you want from the browser using a
javascript in a redirect
HTH
Michel.
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Maarten Mostert-2
Dear Michel, So If I read well I should combine the following Chinese methods to obtain 'it', 'fr', 'de' ...etc. x isNil ifTrue: [
<!-- PLACE IN HEADER --> <SCRIPT LANGUAGE="JavaScript"> Thanks,.. Lucky ME !!! @+Maarten,
> Message du 25/07/07 16:30 > De : "Bany, Michel" > A : "Maarten MOSTERT" , "Seaside - general discussion" > Copie à : > Objet : RE: [Seaside] Language Detection > >
Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Maarten Mostert-2
Accept-Language http header field. A fully confirming parser is not a
one-liner but something that would certainly be welcomed. Philippe 2007/7/25, Maarten MOSTERT <[hidden email]>: > > > Hi, > > Is there a way in seaside to detect the browsers local language and adapt so > accordingly ? > > Rgrds, > > @+Maarten, > > > > > > > > > > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |