You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>The <see cref="N:System.Resources" /> namespace provides classes and interfaces that allow developers to create, store, and manage various culture-specific resources used in an application. One of the most important classes of the <see cref="N:System.Resources" /> namespace is the <see cref="T:System.Resources.ResourceManager" /> class.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Resources.ResourceManager> class allows the user to access and control resources stored in the main assembly or in resource satellite assemblies. Use the <xref:System.Resources.ResourceManager.GetObject%2A> and <xref:System.Resources.ResourceManager.GetString%2A> methods to retrieve culture-specific objects and strings.