I am doing that but if the language is Spanish, this is being displayed 475,00 €
The client wants it so that it is actually $ 475.00
possible?
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.
The string is formatted according to the CurrentUICulture. You can specify the culture explicitly by passing a CultureInfo to
Format, for example US English:To set the culture globally so you don’t have to specify it each time, you can change the CurrentUICulture: