GithubHelp home page GithubHelp logo

jinjinov / wpf-localization-multiple-resource-resx-one-language Goto Github PK

View Code? Open in Web Editor NEW
36.0 5.0 11.0 20 KB

WPF localization with multiple Resource.resx files (resource managers) used for one language. Useful for localizing Prism modules.

License: MIT License

C# 100.00%
wpf localization resource-manager resx resx-files resx-resources multilingual languages prism module

wpf-localization-multiple-resource-resx-one-language's People

Contributors

jinjinov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wpf-localization-multiple-resource-resx-one-language's Issues

Question on how to update resource managers during runtime

Hi,
thanks for the great idea, it works so well, but I don't understand how to change language during runtime. My hope was to do it on the selection changed event of a combox like:

private void Selector_OnSelectionChanged(object sender, SelectionChangedEventArgs e)
{
    var content = ((ComboBoxItem)e.AddedItems[0]).Content.ToString();
    switch (content)
    {
        case "en":
            Translation.SetResourceManager(this, Properties.ResourcesEn.ResourceManager);
            break;
        case "de":
            Translation.SetResourceManager(this, Properties.ResourcesDe.ResourceManager);
            break;
    }
}

but the language is not updated. I did also try to change the CurrentCulture like:

TranslationSource.Instance.CurrentCulture = new CultureInfo("en-US");

and hoped it would reevaluate all bindings, but this also does not update the bindings.

Perhaps you could point me into the right direction. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.