Rendering customized NLS information

Except for providing customized NLS information for a specific report set using NLS Editor in JReport Designer, now an NLSBundleInfo interface is provided in JReport Engine Bean for rendering customized NLS information to different report sets via API dynamically.

These methods are contained in the NLSBundleInfo interface:

Parameters:

Suppose you have had a class to implement the NLSBundleInfo interface, you can then use the Engine Bean to render customized NLS information to a report set as follows:

bean.setNLSBundleInfo( info );

Reference: See the sample class MyNLSBundleInfo.java in <install_root>\help\designer\samples about how to implement the NLSBundleInfo interface.