Hi,
I am experiencing difficulty getting the DebugMenu object to use the localisation strings (specifically RU). The CurrentCulture, CurrentUICulture, DefaultThreadCulture DefaultThreadUICulture are all set accordingly before the DebugMenu object is created but it is still using EN.
Does the DebugMenu object uses localisation according to Globalization.CultureInfo’s settings?
If not, what needs to be configured for it to satisfy locasation needs?
We are using the WinForms control targeting net48.
Thanks.