Skip to content

Missing Valencian language #115180

Closed
Closed
@bdovaz

Description

@bdovaz

Description

If you run this example on .NET 9, the Valencian language does not appear among the available languages:

https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultures#examples

Even in Windows or Office it is possible to install it as a language:

https://support.microsoft.com/en-us/office/language-accessory-pack-for-microsoft-365-82ee1236-0f9a-45ee-9c72-05b026ee809f

Image

Reproduction Steps

using System.Globalization;

CultureInfo cultureInfo = new("ca-ES-valencia");

Console.WriteLine(cultureInfo.DisplayName);

Output:

Catalan (Spain, Valencian)

Expected behavior

It should appear in the list of CultureInfo.GetCultures(CultureTypes.AllCultures).

Actual behavior

The language does not appear in the list.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions