Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginner's C# Book Pin
CPallini13-May-08 5:51
mveCPallini13-May-08 5:51 
GeneralRe: Beginner's C# Book Pin
Hamid_RT13-May-08 5:55
Hamid_RT13-May-08 5:55 
GeneralRe: Beginner's C# Book Pin
Hamid_RT13-May-08 5:27
Hamid_RT13-May-08 5:27 
GeneralRe: Beginner's C# Book Pin
ToreUp13-May-08 6:21
ToreUp13-May-08 6:21 
GeneralRe: Beginner's C# Book Pin
carbon_golem13-May-08 7:27
carbon_golem13-May-08 7:27 
AnswerRe: Beginner's C# Book Pin
Hamid_RT13-May-08 5:25
Hamid_RT13-May-08 5:25 
QuestionGlobalization and Measurement Units Pin
carbon_golem13-May-08 3:57
carbon_golem13-May-08 3:57 
AnswerRe: Globalization and Measurement Units Pin
User 137680013-May-08 4:51
User 137680013-May-08 4:51 
Not that I know of - a quick check of MSDN and it seems that setting is mysteriously missing from the CultureInfo class where one would expect it... however what kind of "measurement units" do you need? Just, for example, metric vs imperial units? (the setting for "Metric" or "U.S."

If so, I'd recommend just giving the user the choice, or if it's not an application where that "makes sense", I'd personally be quite comfortable with hardcoding it to:
US = US imperial units
Liberia = US imperial units
Burma = US imperial units
UK = Depends on types of units you're talking about, maybe imperial, maybe metric (officially metric, but they're a strange bunch!)
Anywhere else = Metric units

If you're talking about other measurement, such as how to display the date string or currency or whatever, you CAN get that from CultureInfo, but I guess you already knew that...
GeneralRe: Globalization and Measurement Units Pin
carbon_golem13-May-08 5:04
carbon_golem13-May-08 5:04 
GeneralRe: Globalization and Measurement Units Pin
carbon_golem13-May-08 5:10
carbon_golem13-May-08 5:10 
GeneralRe: Globalization and Measurement Units Pin
User 137680013-May-08 5:32
User 137680013-May-08 5:32 
Questionbasic questions about enum Pin
George_George13-May-08 3:29
George_George13-May-08 3:29 
AnswerRe: basic questions about enum Pin
Nissim Salomon13-May-08 4:29
Nissim Salomon13-May-08 4:29 
GeneralRe: basic questions about enum Pin
George_George13-May-08 4:42
George_George13-May-08 4:42 
GeneralRe: basic questions about enum Pin
Nissim Salomon13-May-08 4:56
Nissim Salomon13-May-08 4:56 
GeneralRe: basic questions about enum Pin
George_George14-May-08 1:39
George_George14-May-08 1:39 
GeneralRe: basic questions about enum Pin
Anthony Mushrow13-May-08 5:00
professionalAnthony Mushrow13-May-08 5:00 
GeneralRe: basic questions about enum Pin
George_George14-May-08 1:34
George_George14-May-08 1:34 
QuestionHow can I add two byte[1] + byte[2]? Pin
merh13-May-08 3:26
merh13-May-08 3:26 
QuestionRe: How can I add two byte[1] + byte[2]? Pin
CPallini13-May-08 3:48
mveCPallini13-May-08 3:48 
AnswerRe: How can I add two byte[1] + byte[2]? Pin
merh13-May-08 3:56
merh13-May-08 3:56 
GeneralRe: How can I add two byte[1] + byte[2]? Pin
Dan Neely13-May-08 4:13
Dan Neely13-May-08 4:13 
GeneralRe: How can I add two byte[1] + byte[2]? Pin
CPallini13-May-08 4:16
mveCPallini13-May-08 4:16 
AnswerRe: How can I add two byte[1] + byte[2]? Pin
merh13-May-08 4:27
merh13-May-08 4:27 
GeneralRe: How can I add two byte[1] + byte[2]? Pin
CPallini13-May-08 4:32
mveCPallini13-May-08 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.