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