vote up 0 vote down star

I am trying to find to evaluate name in format specific for user culture.

Full Name= First Name + Last Name

Is there any method to so this in CultureInfo class and all it properties? Where can I find such format string for each culture?

flag

1 Answer

vote up 2 vote down check

CultureInfo will not do this for you. What you are most likely looking for is a culture sensitive name dictionary/library. They tend to be rather pricey.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.