LocalizationHelperResourceFileExistsForCulture Method |
Returns true if resource file exists for given culture.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public static bool ResourceFileExistsForCulture(
string cultureCode,
string pathPrefix = null
)
Parameters
- cultureCode
- Type: SystemString
Culture code (e.g. "en-US") - pathPrefix (Optional)
- Type: SystemString
Path prefix used to locate the resource files
Return Value
Type:
BooleanSee Also