Thanks Tim. Actually the Validator is initiated in a Mapper class and the mapper class is initiated in the Resource that is handling the request. I asked my question because in Python, wherever your code is, you are still able to use local() which returns a dictionary of the contextual information of any executing thread. Of course you can add and remove entries form the local() dictionary as you wish.
I thought, instead of having a chain of passing contextual data to the Mapper and then to the validator and change my code a lot to a fit the new change. I could have something similar to python that holds the executing thread context. Regards Mutaz -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Get-language-code-from-the-executing-thread-tp7409075p7412529.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2941495

