Hi Friends,

I am working on one spring boot project. I need to set Accept-Language value in a common variable with thread safe. For an example User 1 login as language 'ar' . So Accept_language set as 'ar' in request header. How can I set this value in a common variable . If user 2 is login as language 'en' it will not modify User 1 commonly set variable value.