Hi, I'm having problems with localization. My problem is, if I add a "strings.en.resx" file (the nested designer.cs file is not created when a .xx. language identifier is present) and if I try to access the file from code using <Properties.Resources>, "strings" will not show. How can I access my resx file? How can I manage localization better?

I was able to set localization for static UI strings in forms, which created a .resx file (no designer file either) and it automatically changes if I change language, but I can't manage to do the same for my string variables in my code.

I'm using .settings files for now but it's a pain in the butt...

I have all my resx files with localization strings in a folder (top level) of the project.

Thank you for any help. Best regards,