Is there a web end point to switch OpenMRS locale?

@mksrom

After skimming that other thread (and reading my last post), I think the short answer is that this isn’t supported yet, but we should definitely add it. Want to go ahead and add this in the webservices.rest module?

Maybe we want:

  • POST .../session/locale to set the session locale
  • POST .../user/locale (set your own user’s default language)
  • this may not be possible given our current url mappings
  • POST .../user/{uuid}/locale (set a different users’s default language, if you have privileges)

Do you need all of these?