Javadoc import com.inductiveautomation.ignition.common.Bundl

import com.inductiveautomation.ignition.common.BundleUtil;
Can anybody explain thjs ignition class, the javadoc don´t say anything.
I think it´s for binding properties.

BundleUtil is used to load and unload properties files containing key/value pairs for externalized Strings, commonly used to make your components/interfaces/etc… localizable in the future.

Can you say me what it do the method BundleUtil.get().getStringLenient().

[quote=“aacortizas”]import com.inductiveautomation.ignition.common.BundleUtil;
Can anybody explain thjs ignition class, the javadoc don´t say anything.
I think it´s for binding properties.[/quote]

In my version of the javadoc, I’ve got:

public java.lang.String getStringLenient(java.lang.String keyName)
Returns the resource string associated with the given keyname, if any. If no resource string is found, the keyname itself is returned, but with question marks around it, like "MyKey?".