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) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: string

// Parameters
var key; // Type:  string
var defaultValue; // Type:  string

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.