Here is my code, inside specific Fragment
parentFragmentManager.beginTransaction().detach(this).attach(this).commit()
It not working, Fragment isn't reloaded. I'm using Navigation Component, Fragment v1.3.4, I want to reload Fragment after change locale language.
Thanks.