0
00_CuMPe3WaR3D12
I know there is Culture feature with Asp.net, but what I want to know is
how to organize/design a web application that supports multiple languages.
What is the best approach? Do I use "If, then.." to display one block of
HTML in English, and then another block in French? Is there an easy way?
Also, "string" itself doesn't support multiple cultures, right? If I
write a "string" property in a class, how do I make the property support
multiple cultures?
how to organize/design a web application that supports multiple languages.
What is the best approach? Do I use "If, then.." to display one block of
HTML in English, and then another block in French? Is there an easy way?
Also, "string" itself doesn't support multiple cultures, right? If I
write a "string" property in a class, how do I make the property support
multiple cultures?