I am having some issues trying to retrieve resource for a specific culture. For example when I try
AppResources.ResourceManager.GetString("Hello", CultureInfo.GetCultureInfo("de"))
it always retrieves the default culture and not the "de" culture that I want.