DebugMenu object not using localisation strings

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.

Looked through your source code and discovered that I have not call Alternet.Common.StringConsts.Localize().

All working fine now.

1 Like