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
defaultResourceFileNamestringDefault resource file name related to the CultureInfo.InvariantCulture.
cultureInfoCultureInfoCulture to which resource belongs.
Returns
- string
The resource file name with the culture-specific suffix.