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
Is your feature request related to a problem? Please describe.
Yes, I'm currently facing a problem with the StatusConditionView and StatusBrowser classes in our application. They do not support internationalization (i18n), which is limiting our ability to deploy our software effectively in multiple linguistic regions. Users from non-English speaking countries find it difficult to interact with these components, leading to a less user-friendly experience.
Describe the solution you'd like
To handle the internationalization of enums used within these classes effectively, we can implement a method like the following (copied from here):
Is your feature request related to a problem? Please describe.
Yes, I'm currently facing a problem with the
StatusConditionView
andStatusBrowser
classes in our application. They do not support internationalization (i18n), which is limiting our ability to deploy our software effectively in multiple linguistic regions. Users from non-English speaking countries find it difficult to interact with these components, leading to a less user-friendly experience.Describe the solution you'd like
To handle the internationalization of enums used within these classes effectively, we can implement a method like the following (copied from here):
This method would dynamically translate enum names based on the current locale, enabling a more tailored user interface across different regions.
The text was updated successfully, but these errors were encountered: