Wijmo UI for the Web
localizeString Method
The key of the localized string.
The default value of the localized string.
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( 
   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.
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.