Wijmo UI for the Web
localizeString Method
wijmo.evcal Namespace > wijevcal type : localizeString Method
The key of the localized string.
The default value of the localized string.
Get the localized string by key
Syntax
$(function () {
    var returnsValue; // Type:  string
    // Parameters
    var key; // Type:  string
    var defaultValue; // Type:  string
    
    returnsValue = $(".selector").wijevcal("localizeString", key, defaultValue);
});
function localizeString( 
   key : string,
   defaultValue : string
) : string;

Parameters

key
The key of the localized string.
defaultValue
The default value of the localized string.

Return Value

The localized string.
See Also

Reference

wijevcal type
wijevcal jQuery Widget