tableau / tabcmd

A Python based app that replicates the functionality of the existing TabCMD command line utility
https://tableau.github.io/tabcmd/
MIT License
44 stars 12 forks source link

implement options --country and --language for export (must be used together) #109

Open jacalata opened 2 years ago

jacalata commented 2 years ago

export.options.country=If not using user''s default locale, the country abbreviation for locale (find in IANA Language Subtag Registry). Must use with --language export.options.language=If not using user''s default locale, the language abbreviation for locale (find in IANA Language Subtag Registry). Must use with --country

jacalata commented 2 years ago

If there is text in an export, the default language presented should be the default language of the user logged into Server. Sending language parameters in the HTTP request overrides the Server user default language, which we do not not want, so do not include any language parameters in the language parameter unless explicitly set with these options.

jacalata commented 2 years ago

in progress in #106