[%# *************************************************************************** * !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! !!! ATTENTION !!! * *************************************************************************** If anything is added to the bottom half of this file for global use, it will probably need to be added to the UpUp resource list! %] [% # $locale is encoded as aa_bb. The IDL needs aa-BB. SET idl_locale = ''; IF ctx.locale; idl_locale = ctx.locale.split('_').0 _ '-' _ ctx.locale.split('_').1.upper; END; %]