JSHelperPopcalDateStrings Method |
Generate the localization strings for the popcal.js widget.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string PopcalDateStrings(
CultureInfo culture
)
Public Shared Function PopcalDateStrings (
culture As CultureInfo
) As String
Parameters
- culture
- Type: System.GlobalizationCultureInfo
The culture for which to get the localized date string.
Return Value
Type:
StringThe localized strings to pass to the widget.
See Also