Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ComponentModel.​Design.​IResourceService
Assembly: System.ComponentModel.TypeConverter
Provides an interface for designers to access resource readers and writers for specific <see cref="T:System.Globalization.CultureInfo" /> resource types.
Methods
GetResourceReader​(Globalization.​CultureInfo info)
Locates the resource reader for the specified culture and returns it.
Returns An <see cref="T:System.Resources.IResourceReader" /> interface that contains the resources for the culture, or <see langword="null" /> if no resources for the culture exist.
info
The <see cref="T:System.Globalization.CultureInfo" /> of the resource for which to retrieve a resource reader.
GetResourceWriter​(Globalization.​CultureInfo info)
Locates the resource writer for the specified culture and returns it.
Returns An <see cref="T:System.Resources.IResourceWriter" /> interface for the specified culture.
info
The <see cref="T:System.Globalization.CultureInfo" /> of the resource for which to create a resource writer.