Lasso Soft Inc. > Home

[ locale_korea ]

Method

The [locale_korea] method defines a locale with language "ko" and country "KR".

This method is shorthand for locale('ko', 'KR').

  • Syntax
locale_korea
Examples
  • Beginner

Set the locale to the default for Korea

Use the [locale_korea] method. This example sets a locale to the default, updates it to [locale_korea] and outputs the difference.

Code

local(myLocale = locale_default,
     myDate = date)

#myLocale->asString +': '+#myLocale->format(#myDate)+'\n'

#myLocale = locale_korea

#myLocale->asString +': '+#myLocale->format(#myDate)+'\n'

Result

en_CA: 2011-02-12
ko_KR: 2011. 2. 12.

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft