You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest a modification to the GetValue(string text) method in the LocalizationResourceManager.
Current Behavior:
The method throws a NullReferenceException or presents a placeholder when setup accordingly:
settings.SuppressTextNotFoundException(true, "Text:{0}");
when I use it in xaml like that:
xmlns:loc="clr-namespace:LocalizationResourceManager.Maui;assembly=LocalizationResourceManager.Maui"
Proposed Change:
In quick development cycles or MVPs and presentations usually one language is dominant for decisions and approvals.
Instead of showing the name of a key following some naming conventions, it might be more developer-friendly to return a declared work in progress key.
I believe this change would enhance the overall usability of the library. Your feedback on this suggestion would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'd like to suggest a modification to the GetValue(string text) method in the LocalizationResourceManager.
Current Behavior:
The method throws a NullReferenceException or presents a placeholder when setup accordingly:
settings.SuppressTextNotFoundException(true, "Text:{0}");
when I use it in xaml like that:
xmlns:loc="clr-namespace:LocalizationResourceManager.Maui;assembly=LocalizationResourceManager.Maui"
Proposed Change:
In quick development cycles or MVPs and presentations usually one language is dominant for decisions and approvals.
Instead of showing the name of a key following some naming conventions, it might be more developer-friendly to return a declared work in progress key.
I believe this change would enhance the overall usability of the library. Your feedback on this suggestion would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: