SessionService.setSessionCulture Method
Updates the sessions current culture to the one specified. However, a session ID can be provided to update a different session's culture.
Parameters
- culture
-
Type: String
The culture to be used.
- id
-
Type: String
The optional session ID to be used.
Optional: True
Return Value
Type: jQuery.Promise
A promise object that is resolved when the call is complete.