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