Skip to content

Allow dynamic language selection #2515

Open
@Pickysaurus

Description

@Pickysaurus

Improvement

Currently

The available locales in the app are hard coded.

We want

A dynamic list of locales based on available resource files

Supporting Information

// TODO: dynamically get allowed values
CultureInfo[] supportedLanguages =
[
new CultureInfo("en"),
new CultureInfo("pl"),
new CultureInfo("de"),
new CultureInfo("it"),
];

Design

(Any designs to required for this feature)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions