Slack supports a limited amount of default workspace languages: https://get.slack.help/hc/en-us/articles/115004236403#/login
To customize a Slack app, I am looking to obtain their native language, even if it is not supported by Slack.
Slack API does provide certain calls such as users.info
, users.list
etc. with the include_locale
parameter, but it is not enough.
Is there another method to obtain the Slack user's native language? Or perhaps country info?
edit: locale
is not sufficient as it supports on the several languages Slack officially supports. And timezone is not accurate enough as many countries share TZ. Any clear and sure way?