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. General Programming
  3. Design and Architecture
  4. Localization design question

Localization design question

Scheduled Pinned Locked Moved Design and Architecture
csharphelpquestionlearningdatabase
1 Posts 1 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.
  • G Offline
    G Offline
    gnjunge
    wrote on last edited by
    #1

    Hi, In my application design I’m stuck on the following problem: I have an application that will both be web as well as WPF/WCF based. Both are essentially the same, only the platform is different. Both share the same database and both will be totally localized to currently 3 languages. The localization of the GUI parts of both apps will sit in resource files, localized data such as “countries” (France (English) vs Frankrijk (Dutch) will come from the database. I have a data object layer (for example holding a Country object) which is fed from the database and sent either to the web app, or via WCF to the WPF app. My question is, for known values such as gender (only two values) or media type (few vales such as image, video etc), where will I do the localization? Of course these values are saved in the database, but maybe it should be held in the resource files of the data-object layer. So that in my WPF app I can choose a gender, and not having to go to the database in order to get the localized value. What would be the best place to localize enum kind of values? Thanks, Gidon

    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