Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. Cultural mess

Cultural mess

Scheduled Pinned Locked Moved The Weird and The Wonderful
designhardwarehelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bernhard Hiller
    wrote on last edited by
    #1

    Wtf is that? I wondered when I started up a small tool on a Windows 8 Embedded machine: most of its UI was in English (as expected, because Windows' UI is in English), but an enumeration control was in German. How can that happen? Did I forget to copy a file? No, can't be: the English texts are always compiled into the main assemblies, only translated texts make it into satellite assemblies. I investigated the issue further. And had to see: Current Culture: de-DE Current UI Culture: en-US What an odd combination! And while the ResourceManager normally uses CurrentUICulture, the EnumDescriptionConverter used CurrentCulture...

    J 1 Reply Last reply
    0
    • B Bernhard Hiller

      Wtf is that? I wondered when I started up a small tool on a Windows 8 Embedded machine: most of its UI was in English (as expected, because Windows' UI is in English), but an enumeration control was in German. How can that happen? Did I forget to copy a file? No, can't be: the English texts are always compiled into the main assemblies, only translated texts make it into satellite assemblies. I investigated the issue further. And had to see: Current Culture: de-DE Current UI Culture: en-US What an odd combination! And while the ResourceManager normally uses CurrentUICulture, the EnumDescriptionConverter used CurrentCulture...

      J Offline
      J Offline
      Jorgen Andersson
      wrote on last edited by
      #2

      It's a mess, but there's a method in the madness. I'm using a computer with an english UI (CurrentUICulture) so that I can easier search error messages. But I still want to have Swedish format (CurrentCulture) on money, date, time, decimal comma and so on. The fact that to few people have a clue on what's what or how to us them, is a completely different question.

      Wrong is evil and must be defeated. - Jeff Ello

      B 1 Reply Last reply
      0
      • J Jorgen Andersson

        It's a mess, but there's a method in the madness. I'm using a computer with an english UI (CurrentUICulture) so that I can easier search error messages. But I still want to have Swedish format (CurrentCulture) on money, date, time, decimal comma and so on. The fact that to few people have a clue on what's what or how to us them, is a completely different question.

        Wrong is evil and must be defeated. - Jeff Ello

        B Offline
        B Offline
        Bernhard Hiller
        wrote on last edited by
        #3

        Exactly that's the background of the mixed English/German cultures. That's the first time I was faced with such a mixture. And thus I learned to take a closer look what type of Culture to use in future: CurrentUICulture for language, CurrentCulture for formats.

        N 1 Reply Last reply
        0
        • B Bernhard Hiller

          Exactly that's the background of the mixed English/German cultures. That's the first time I was faced with such a mixture. And thus I learned to take a closer look what type of Culture to use in future: CurrentUICulture for language, CurrentCulture for formats.

          N Offline
          N Offline
          Nelek
          wrote on last edited by
          #4

          Bernhard Hiller wrote:

          That's the first time I was faced with such a mixture. And thus I learned to ...

          That's the most important thing

          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups