LocalizationHelperGetResourceBaseName(Type) Method
Gets the base name of the resource file for the specified type.
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(
Type type
)
Public Shared Function GetResourceBaseName (
type As Type
) As String
public:
static String^ GetResourceBaseName(
Type^ type
)
static member GetResourceBaseName :
type : Type -> string
- type Type
- The type for which the resource base name is requested.
This is usually a form or user control type, whose DynamicStringLocalization
property is set to LocalScope.
StringThe base name of the resource file for the specified
type.