Skip to content

Using Fallback in LocalizationProvider #483

@jpetrak-aristotelos

Description

@jpetrak-aristotelos

if (value is null && FallbackCulture != null) resourceManager.GetString(name, FallbackCulture);

This looks like a bug, shouldn't the result be assigned to value?

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