Hi everyone,
I added .resx files to my project and everything works ok. I can access my .resx files in the code by typing ApplicationName.resourcename which is quite nice, instead of calling resourceManager.getString(blabla).
However I would like to have a structure, to access resources like: ApplicationName.Resources.Buttons.btnresource, ApplicationName.Resources.Windows.windowResource,
.. so I need to categorize these resources, because right now they are too many under: ApplicationName and it looks ugly.
Is this possible? Do I have to make a class that inherits from ResourceManager and add this functionality?
Thank you very much, I hope the question is clear.
Best regards,
/Andrei Marius Cristof