Is it possible to use multiple languages in .NET resource files?
Posted
by Gabe Brown
on Stack Overflow
See other posts from Stack Overflow
or by Gabe Brown
Published on 2010-06-09T22:42:05Z
Indexed on
2010/06/09
23:22 UTC
Read the original article
Hit count: 245
.NET
|localization
We’ve got an interesting requirement that we’ll want to support multiple languages at runtime since we’re a service. If a user talks to us using Japanese or English, we’ll want to respond in the appropriate language. FxCop likes us to store our strings in resource files, but I was curious to know if there was an integrated way to select resource string at runtime without having to do it manually.
Bottom Line: We need to be able to support multiple languages in a single binary. :)
© Stack Overflow or respective owner