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

Add option to set global default language parameter #81

Closed
ErenKrkl opened this issue Apr 17, 2022 · 3 comments
Closed

Add option to set global default language parameter #81

ErenKrkl opened this issue Apr 17, 2022 · 3 comments
Assignees
Labels
✨enhancement New feature or request

Comments

@ErenKrkl
Copy link

ErenKrkl commented Apr 17, 2022

At the time when we call the "api", it can be a very nice feature if a parameter related to changing the language was added. So I can add options related to changing the language to my application's settings.

For example;

final String apikey = 'my api key';
final String readaccesstoken = 'my readaccesstoken';
final String languages = 'tr-TR';

TMDB tmdbWithCustomLogs = TMDB(
      ApiKeys(apikey, readaccesstoken, languages),
      logConfig: ConfigLogger(
        showLogs: true,
        showErrorLogs: true,
      ),
    );

I just tried to give an example to make it a little more clear what I'm saying. I would be very grateful if you take it into account. Have a nice work day.

@RatakondalaArun RatakondalaArun changed the title Change the global default language parameter Add option to set global default language parameter Apr 18, 2022
@RatakondalaArun RatakondalaArun added the ✨enhancement New feature or request label Apr 18, 2022
@RatakondalaArun RatakondalaArun self-assigned this Apr 24, 2022
This was referenced Apr 24, 2022
@RatakondalaArun
Copy link
Owner

@ErenKrkl

🚀Released in v2.1.1

@ErenKrkl
Copy link
Author

ErenKrkl commented Apr 27, 2022 via email

@RatakondalaArun
Copy link
Owner

@ErenKrkl please share the method that is returning wrong data

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

No branches or pull requests

2 participants