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. Web Development
  3. ASP.NET
  4. Problem of using Globalization

Problem of using Globalization

Scheduled Pinned Locked Moved ASP.NET
helpcsharpdatabasevisual-studiotutorial
2 Posts 2 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.
  • S Offline
    S Offline
    slSoftware
    wrote on last edited by
    #1

    Hi All Im using VS.NET 2005 for web application,and there im using 3 diffenet lanuages french, dutch and english.also im having dropdown and there im load some Quantity and other dropdown will load some decima values, when i change the lanuage all value change according to lanuage so when i passed that value to database it is not giving any result becous, all the decimal value change as comma Example- Decimals In English-50.50 In France- 50,50 In Ducth -50,50 Quantity In English-50 In France- 50,00 In Ducth -50,00 So this is the problem, i need to passed exact value to database, pls help me to solve this problem. Thanks

    C 1 Reply Last reply
    0
    • S slSoftware

      Hi All Im using VS.NET 2005 for web application,and there im using 3 diffenet lanuages french, dutch and english.also im having dropdown and there im load some Quantity and other dropdown will load some decima values, when i change the lanuage all value change according to lanuage so when i passed that value to database it is not giving any result becous, all the decimal value change as comma Example- Decimals In English-50.50 In France- 50,50 In Ducth -50,50 Quantity In English-50 In France- 50,00 In Ducth -50,00 So this is the problem, i need to passed exact value to database, pls help me to solve this problem. Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You need to write code that is localisation aware in all ways. Which means you need to work out the number format for each locale, and either sanitise it, or make your DB able to handle it

      Christian Graus Driven to the arms of OSX by Vista.

      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