aksoftware98 / multilanguages

AKSoftware.Localization.MultiLanguages is a package for .NET developers allows them to easily build apps target multiple languages with just few lines of code
MIT License
85 stars 14 forks source link

Resolve the behavior when a child key is not found #46

Closed aksoftware98 closed 1 year ago

aksoftware98 commented 1 year ago

Before version 5.9.1 when trying to access a not found nested key, it returns the name of the nested key for example accessing the following not found key HomePage:NotFound would return NotFound

In version 5.9.1, HomePage:NotFound is returning HomePage:NotFound

This PR address this issue.