Skip to content

Language Selector AutogenerateLanguages fails to get neutral language #19

@537mfb

Description

@537mfb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions