I have made two forms that upon starting will check on a flag, if flag is, for example, set to true, it would open the forms in french. Else it would open the forms in default language (english). As I try to run the code I get this error:
"An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll"
"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AMSIMOD.SelectVariableForm.resources" was correctly embedded or linked into assembly "Wood_Quality" at compile time, or that all the satellite assemblies required are loadable and fully signed."
I tried searching a bit on my own, knowing that visual c++ is very similar to c#, but I have no clue what to look for and or the answers I find (all c#) seems to use a run custom tools which my visual studio doesn't seem to have. I have, at this, point no clue what I'm doing
What does this error mean? I am new to ressource files managing (and visual c++) a complete noob in c# so I am completely lost. Thanks