Get the localized string by key
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: string
// Parameters
var key; // Type: string
var defaultValue; // Type: string
returnsValue = $(".selector").wijevcal("localizeString", key, defaultValue);
});
|
Javascript (Specification) | |
---|
function localizeString(
: string,
: string
) : string;
|
Parameters
- key
- The key of the localized string.
- defaultValue
- The default value of the localized string.
Return Value
The localized string.
Browser Compatibility
See Also
Reference
wijevcal type
wijevcal jQuery Widget