Hello,
I use a satellite assembly to hold all the localization resources in a Visual Basic 2008 application.

How can I list the available languages that exists for the application?
"CultureInfo.GetCultures" retrieves all available cultures in the OS, I only need the list of the ones I have created.
Thank you.