<?php
namespace App\Constants;
class LanguageConst {
const NOT_REMOVABLE = "en";
const NOT_REMOVABLE_CODE = "English";
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository