Click here to Skip to main content
15,916,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: [SOLVED] Is reference comparison atomic? Pin
blackblizzard16-Mar-10 5:06
blackblizzard16-Mar-10 5:06 
GeneralRe: [SOLVED] Is reference comparison atomic? Pin
Luc Pattyn16-Mar-10 5:38
sitebuilderLuc Pattyn16-Mar-10 5:38 
GeneralRe: [SOLVED] Is reference comparison atomic? Pin
blackblizzard16-Mar-10 5:43
blackblizzard16-Mar-10 5:43 
Questiondaynamic event handlers.... Pin
Xelalem16-Mar-10 3:12
Xelalem16-Mar-10 3:12 
AnswerRe: daynamic event handlers.... Pin
Keith Barrow16-Mar-10 3:17
professionalKeith Barrow16-Mar-10 3:17 
AnswerRe: daynamic event handlers.... Pin
Pete O'Hanlon16-Mar-10 3:18
mvePete O'Hanlon16-Mar-10 3:18 
GeneralRe: daynamic event handlers.... Pin
Keith Barrow16-Mar-10 3:20
professionalKeith Barrow16-Mar-10 3:20 
GeneralRe: daynamic event handlers.... Pin
Xelalem16-Mar-10 3:39
Xelalem16-Mar-10 3:39 
GeneralRe: daynamic event handlers.... Pin
Keith Barrow16-Mar-10 3:54
professionalKeith Barrow16-Mar-10 3:54 
GeneralRe: daynamic event handlers.... Pin
Xelalem16-Mar-10 3:40
Xelalem16-Mar-10 3:40 
GeneralRe: daynamic event handlers.... Pin
Pete O'Hanlon16-Mar-10 3:48
mvePete O'Hanlon16-Mar-10 3:48 
QuestionIMPLEMENTATION OF FIX PROTOCOL SERVER Pin
priyanka28 201016-Mar-10 3:03
priyanka28 201016-Mar-10 3:03 
AnswerRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
OriginalGriff16-Mar-10 3:28
mveOriginalGriff16-Mar-10 3:28 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
Member 1841428-Jul-10 5:09
Member 1841428-Jul-10 5:09 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
OriginalGriff8-Jul-10 5:50
mveOriginalGriff8-Jul-10 5:50 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
Member 18414212-Jul-10 4:59
Member 18414212-Jul-10 4:59 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
Pete O'Hanlon12-Jul-10 6:34
mvePete O'Hanlon12-Jul-10 6:34 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
Nagy Vilmos12-Jul-10 7:56
professionalNagy Vilmos12-Jul-10 7:56 
GeneralRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
itsravie12-Jul-10 9:41
itsravie12-Jul-10 9:41 
AnswerRe: IMPLEMENTATION OF FIX PROTOCOL SERVER Pin
JHizzle16-Mar-10 3:52
JHizzle16-Mar-10 3:52 
Questionwhat is the difference between localization & globalization concept. Pin
Tridip Bhattacharjee16-Mar-10 2:50
professionalTridip Bhattacharjee16-Mar-10 2:50 
AnswerRe: what is the difference between localization & globalization concept. Pin
R. Giskard Reventlov16-Mar-10 2:57
R. Giskard Reventlov16-Mar-10 2:57 
AnswerRe: what is the difference between localization & globalization concept. Pin
Pete O'Hanlon16-Mar-10 3:15
mvePete O'Hanlon16-Mar-10 3:15 
Basically, globalization is the way that you design an application so that it can be used by many different locales. Localization is the process of creating an instance of the application for a specific locale.

So, globalization would typically be about doing things like ensuring that you don't use a specific decimal separator (because different nationalities use different ways to differentiate the decimal point) or that you don't hardcode text, while localization is about creating a version of the application that displays prompts, menus, in the language (and using the relevant locale settings) that the user expects, e.g. somebody living in France would expect that they would see French messages, etc.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: what is the difference between localization & globalization concept. Pin
Sandeep Mewara16-Mar-10 3:32
mveSandeep Mewara16-Mar-10 3:32 
Questionhow to pass parameter to main report & sub report of crystal report. Pin
Tridip Bhattacharjee16-Mar-10 2:50
professionalTridip Bhattacharjee16-Mar-10 2:50 

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.