読めないけど、デモをする必要があるため韓国語をインストールします。インストール方法のOriginalはこちら。
magentoがインストールしてあるパスに移って
composer require mageplaza/magento-2-korean-language-pack:dev-master mageplaza/module-smtp
そのあとにIndex, Cacheを更新します。
php bin/magento setup:static-content:deploy -f ko_KR
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
終わったら、Magento Admin 画面より Store - Configuration - General
を選択し、Locale options - Locale
を変更します。
韓国語で表示されるようになりました。