Search
Localization.exists Method
See Also
 






Determines if localized text exists for specified key.

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

 Syntax

Java  Copy Code

public boolean exists (
    String key
)

 Parameters

key

A String containing the UI element key.

 Return Value

true if localized text exists, or false otherwise.

 See Also