| Sign In/My Account | View Cart |
| Article: |
.NET Localization, Part 3: Localizing Text | |
| Subject: | rm.GetString(str1, ci) in WebServices | |
| Date: | 2003-04-04 02:31:48 | |
| From: | anonymous2 | |
|
I have a problem with a similar approach. I open a shared resourcemanager in each module of a web service that needs localized strings. From the client of the web service I get the information for which culture a string is needed. But if I ask a resourcemanager with rm.GetString(str1, ci) I only get the neutral string, although there is an entry in a corresponding localized resource file (compiled to satellite assembly). I have doubts if the resourcemanager works correctly within web services... Any ideas? Thanks in advance. |
||