In an experiment the Locale of the WebRequest in a RestController was english or empty, although the Locale of the operating system, Postman was run on, was German.
Experiment with the Accept-Language header did not work.
We should find out, what is the prefered and working way to pass the Locale from Postman to the RestController.
In an experiment the Locale of the WebRequest in a RestController was english or empty, although the Locale of the operating system, Postman was run on, was German. Experiment with the Accept-Language header did not work. We should find out, what is the prefered and working way to pass the Locale from Postman to the RestController.