ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Language is not changing in React Navigation Drawer?
How to change language in the drawer item.
I used the drawer of react-navigation. But somehow, other text in the application will change while the text in drawer items will remain as it is. i.e. default language.
did you fix this problem ?
Yes. I made a custom drawer and changed the languages there. However, the issues still exists in the toolbar titles and body. So had to change the whole application flow.
same here
@Sujin Shrestha please help for drawer and toolbar titles and body
@cerberusv2px @Biplovkumar for me only drawer is not getting translated, Any code or document How can customise drawer?
can you post your code ? i want to translate all app in the drawer, but i dont know where to put the code to do it in the first place