/home/kueuepay/www/app/Constants/LanguageConst.php
<?php

namespace App\Constants;

class LanguageConst {
    const NOT_REMOVABLE = "en";
    const NOT_REMOVABLE_CODE = "English";
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository