How can I parse two or more xml data into c # by using Resource folder?

Hello?
I’m novice developer.
I’m working on Multi Language.
Example…
So I need enum LanguageType English,French,German …
And enum TextNo Name,Text1,Text2.
If you choose English as your LanguageType ,I want English in the Inspector .
Also view English and Text1 value in the Inspector and in the Game.
I want the value to come out every time I choose a language.
However, I want to parse each file of three folders in the Resource folder file.

Help me, Please

Everything you need about xml reading/writing is here.
Then, simply put your xml files in the Resources folder so you can access them easily at runtime.