B3nedikt/AppLocale

Locale doesn't change in child of NavigationView

Closed this issue · 2 comments

when apply locale change everything is ok but only problem menu item of com.google.android.material.navigation.NavigationView .
menu item localize doesn't change

@SakaGamer I just added support for the NavigationView in Reword 4.0.0, just update it in your build.gradle:

// Allows to update the text of views at runtime without recreating the activity
implementation 'dev.b3nedikt.reword:reword:4.0.0'

great work 👍