How to get the available translations from a dll
问题 Is there a way to get the available resource translations of a .net dll? Our software is being translated in some different languages, and I would like to give the user the choise of what language the software is in, although I would only like to let them choose only between the languages it has been translated in. 回答1: I just got similar problem so just for future reference. For my software translations are in the program folder, each under their own subfolder named after culture name. Code