LocalizationHelperGetFileString Method (String, String, Boolean) |
Returns specified string from the resources.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public static string GetFileString(
string stringName,
string culture = null,
bool useDefaultCulture = true
)
Parameters
- stringName
- Type: SystemString
Name of the string - culture (Optional)
- Type: SystemString
Culture - useDefaultCulture (Optional)
- Type: SystemBoolean
If true the default culture translation is used if translation in chosen culture doesn't exists
Return Value
Type:
StringSee Also