Resx files are not meant for that scenario. Just write all your methods and
call the appropriate one according to your parameter. Inheritance might help
in your scenario... Get an OO book if you are interested in that... look at
the State pattern if you have a design patterns book...
Cheers
Daniel