LocalizationHelperGetResourceBaseName(Assembly) Method
Gets the base name of the resource file for the specified assembly.
That is, the name of the resource file without the culture name and the .resx extension.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static string GetResourceBaseName(
Assembly assembly
)
Public Shared Function GetResourceBaseName (
assembly As Assembly
) As String
public:
static String^ GetResourceBaseName(
Assembly^ assembly
)
static member GetResourceBaseName :
assembly : Assembly -> string
- assembly Assembly
- The assembly for which the resource base name is requested.
This is usually the assembly of a project containing forms or user controls, whose DynamicStringLocalization
property is set to AssemblyScope.
StringThe base name of the resource file for the specified
assembly.