when using:
<l:LanguageSelector AutogenerateLanguages="True" />
and having two languages (1 specific (resources.pt.resx) and a neutral (resources.resx)) only the specific one is shown.
The standard dictates that a line similar to:
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
should be added to Assembly.cs but the language selector ignores it and ignores the neutral languages that serves as a fallback when a specific resource for the culture is missing