Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Translation Epic TS3 - Set the active language in the request header #316

Open
1 task done
Tracked by #222
pratimasakinala opened this issue Apr 9, 2021 · 0 comments
Open
1 task done
Tracked by #222
Assignees
Labels
feature New feature or change that directly affects users

Comments

@pratimasakinala
Copy link
Collaborator

pratimasakinala commented Apr 9, 2021

Desired Use Case

In order for the server to return a response for language-specific records queried, we need to add the active language (language selected from the top navigation dropdown) to all of the HTTP request header as:

headers: {
   ...
   language: en-US
}

Actual/Current Behavior

There is no communication between the client & the server with the current Epic implementation.

Steps to Implement This Feature

  • Add the language header property in the ApiInterceptorService
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or change that directly affects users
Projects
None yet
Development

No branches or pull requests

1 participant