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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.