Hi @SushantPawar,
Client can change it in runtime using Language Management module. See screenshot below.
Also, you can also override the existing localization in development time, by extending
AbpUiNavigationResource
. SeeExtending Existing Resource
section in the documentation.If an extension file defines the same localized string, it overrides the string.
Thanks @yekalkan. It worked for me.