I am using a satellite assembly to hold all the localization resources in a C# application.
What I need to do is create a menu in the GUI with all the available languages that exists for the application. Is there any way to get information dynamically?
This function returns an array of all the installed cultures in the App_GlobalResources folder – change search path according to your needs.
For the invariant culture it returns “auto”.
You could also use this one for more functionality getting the full CultureInfo instances: