ResourceManager::GetResourceFileName Method (CultureInfo^)
Generates the name of the resource file for the given CultureInfo object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
-
Type:
System.Globalization::CultureInfo^
The culture object for which a resource file name is constructed.
Return Value
Type: System::String^The name that can be used for a resource file for the given CultureInfo object.
The GetResourceFileName method is useful only if you write your own class that derives from the ResourceManager class.
This method uses the CultureInfo::Name property as part of the file name for all cultures other than the invariant culture. This method does not look in an assembly's manifest or touch the disk, and is used only to construct a resource file name (suitable for passing to the ResourceReader constructor) or a manifest resource blob name.
A derived class can override this method to look for a different extension, such as ".ResX", or a completely different scheme for naming resource files. Note that the method can be used to customize the name of a resource file within a satellite assembly, and not to customize the name of the satellite assembly itself.
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0