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

BottomNavigationBarItem lable not change the language #649

Open
Obada2020 opened this issue Feb 19, 2024 · 2 comments
Open

BottomNavigationBarItem lable not change the language #649

Obada2020 opened this issue Feb 19, 2024 · 2 comments

Comments

@Obada2020
Copy link

BottomNavigationBarItem(
icon: SvgPicture.asset("assets/icons/home.svg"),
label: "home_screen_nav_home_view_text8".tr(),
),

when i change the language its changed in all app but in btn not changed
when i restart the app its translated

@rodrideveloper
Copy link

I have the same problem

@InTheClodus
Copy link

InTheClodus commented Apr 3, 2024

Try changing it to

"home_screen_nav_home_view_text8".tr(context:context),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants