Skip to content

Language changes should be applied immediately #16

@umutoztunc

Description

@umutoztunc

Changes to CurrentUICulture are not applied immediately. We can clear all the controls and initialize them again in runtime but this messes with bindings. So, everything in the constructor of MainForm must be called again.

There are alternative solutions. However, some of them require external libraries or long codes. We still might fix this issue by iterating through each control and reapplying the resource bindings, but it looks ugly and unefficient.

It would be better if there is a simple solution for this. In the worstcase scenerio, we can still use one of the available solutions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions