Skip to content

Accept-language #13

@milovanderlinden

Description

@milovanderlinden

I need the Accept-language set in the POST and GET as the texts returned by the open311 endpoint depends on the language in our case.

For now I have created a small hack, but it is Android specific as it tries to detect the system locale.

httpGet.setHeader(ACCEPT_LANGUAGE, Locale.getDefault().toString());

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions