Index  Up  <<  >>  


setlocale

CALL INFORMATION
Parameters: locale currency

Positional parameters in same order.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->setlocale(
        {
         locale => VALUE,
         currency => VALUE,
        }
    )
  
 OR
 
    $Tag->setlocale($locale, $currency);

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>