Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top