Search
Localization.get Method
See Also
 






Returns localized text for specified key.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public String get (
    String key
)

 Parameters

key

A String containing the UI element key.

 Return Value

A String containing the localized text.

 See Also