Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7574149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:21:50+00:00 2026-05-30T16:21:50+00:00

I have embedded string resources in my .NET 4.0 project: Strings.resx and Strings.de.resx. In

  • 0

I have embedded string resources in my .NET 4.0 project: Strings.resx and Strings.de.resx.

In production code the correct localised strings are retrieved, dependent on the value of Strings.Culture:

Strings.Culture = new Culture("de");
string deString = Strings.Welcome;  // 'Willkommen'
Strings.Culture = new Culture("en");
string enString = Strings.Welcome;  // 'Welcome'

But in my unit test code (using MSTest) the strings from ‘Strings.de.resx’ are never returned – I only ever get the strings from Strings.resx, no matter what the values of Strings.Culture or Threads.CurrentThread.CultureUICulture.

Can anybody help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:21:52+00:00Added an answer on May 30, 2026 at 4:21 pm

    Ok, I was able to reproduce this issue. First of all try to disable deployment. Go to “local.testsettings” and uncheck Deployment -> Enable Deployment. When this flag is checked, VS doesn’t seem to be deploying satellite assemblies for me.
    If you do need some deployment item, use DeploymentItemAttribute:

    [DeploymentItem(
       @".\YourProject\bin\Debug\de\YourProject.resources.dll", @".\de\")]
    

    or use the same “Deployment” tab to select appropriate satellite assemblies.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .resx file which contains some string resources for my project. At
I have a SQL file added to my VS.NET 2008 project as an embedded
I have a ASP.NET website that references another project with contains as resx file.
Up until now I have been using std::string in my C++ applications for embedded
I have a set of strings with numbers embedded in them. They look something
I'm working on a ASP.NET MVC2 project, for which I have configured the localisation
Is there a way to directly access a string in a .resx? I have
I have a part of code like this Assembly myAssembly = Assembly.GetExecutingAssembly(); string[] names
We have a bunch of NVelocity templates in embedded resources that we use for
I have a spring application that uses an embedded Jetty instance. Since I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.