Runtime components : Channels components : HTML Channel : Reference : Custom JSP tags : AddBundleTag
  
AddBundleTag
An AddBundle Tag sets the resource bundle file for the user locale in a concrete context (scope) to provide NLS. This tag should be placed at the beginning of the JSP process.
Mandatory attributes
file
AddBundleTag attributes
file
Where to find the resource bundle. This is a required value.
scope
Context in which the resource bundle is used. The values for this attribute are page, request, appli, or session.
Default value: session
Example
<H4>Using the AddBundle Tag</H4>
<dse:add file="HTMLBundle" scope="page"/>
Go up to
Custom JSP tags