Table of Contents

Method GetResourceFileName

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

GetResourceFileName(string, CultureInfo)

Determines the culture specific name of the resource file.

public static string GetResourceFileName(string defaultResourceFileName, CultureInfo cultureInfo)

Parameters

defaultResourceFileName string

Default resource file name related to the CultureInfo.InvariantCulture.

cultureInfo CultureInfo

Culture to which resource belongs.

Returns

string

The resource file name with the culture-specific suffix.