diff --git a/harbour/tests/langapi.prg b/harbour/tests/langapi.prg index ac5f08e37d..7149b7a7fe 100644 --- a/harbour/tests/langapi.prg +++ b/harbour/tests/langapi.prg @@ -5,6 +5,7 @@ // ; Donated to the public domain by Victor Szakats REQUEST HB_LANG_HU852 +REQUEST HB_LANG_KO func main() @@ -29,5 +30,12 @@ func main() ? CDOW( Date() ) ? "---------" +? "Prev:", hb_langSelect( "KO" ) +? hb_langName() +? NationMsg( 1 ) +? CMonth( Date() ) +? CDOW( Date() ) +? "---------" + return nil