The [locale_default] method sets a locale to the default locale settings of the server the method is run on.
locale_default
Use the [locale_default] method. This example sets a locale to en_US, updates it to [locale_default] and outputs the difference.
Code
var(myLocale = locale('en','US'),
myDate = date)
$myLocale->asString +': '+$myLocale->format($myDate)+'\n'
$myLocale = locale_default
$myLocale->asString +': '+$myLocale->format($myDate)+'\n'
Result
en_US: Feb 12, 2011 en_CA: 2011-02-12
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments