Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI language (and other) fields #1626

Open
vbohata opened this issue Oct 8, 2021 · 1 comment
Open

UI language (and other) fields #1626

vbohata opened this issue Oct 8, 2021 · 1 comment
Labels
enhancement New feature or request RFC:candidate

Comments

@vbohata
Copy link

vbohata commented Oct 8, 2021

Summary

Application/UI interface fields for capturing UI language, locale and maybe more.

Motivation:

During the application issue resolv. it is useful to know in which language the application UI has been displayed. The typical use case: multi language web application sometimes performing bad only in specific language or returning errors only for specific language (because of missing translations, ...).

Detailed Design:

Probably not best to be included under user_agent fields. I would also avoid nesting it under http fields as the Accepted language and Content Language can actually differ from what the user actually gets. The UI fields could be useful for both application and OS or host fields.

So something like:

ui.language
ui.locale
ui.type
...

Nested to:

application.ui.language = Czech
application.ui.locale = cs_CZ.UTF-8
application.ui.type = Browser

Useful for OS:

os.ui.language = Czech
os.ui.type = Console

@vbohata vbohata added the enhancement New feature or request label Oct 8, 2021
@kgeller
Copy link
Contributor

kgeller commented Oct 11, 2021

@vbohata since these fields would be fairly new territory for ECS, I think they'd be best suited as an RFC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RFC:candidate
Projects
None yet
Development

No branches or pull requests

3 participants