Answer the question
In order to leave comments, you need to log in
How to add/change translatable resources (REST API)?
I am developing a REST API that should return data to the user in the requested language.
For example: the user accesses endpoint /countries, while the header Accept-Language = en. In response, the user receives
[{
"id": 1,
"name": "Russia"
},{
"id": 2,
"name":"USA"
}]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question