0

Suppose I have a user interface language name with me and now I have to find if I have that language specific resource file in my code, how do I do that in c#?

I tried using File.Exists("file.txt") but it does not work well in real time application codes.

  • 1
    why not storing the language-strings into resources that are managed by the assemblies language-system? https://learn.microsoft.com/en-us/windows/win32/sbscs/using-assemblies-with-a-multilanguage-user-interface. Or also https://stackoverflow.com/questions/373388/best-way-to-implement-multi-language-globalization-in-large-net-project – MakePeaceGreatAgain Feb 22 '23 at 06:54

0 Answers0