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
15
forks
source link
Resolve the behavior when a child key is not found #46
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
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.