String tr([String local = "id_ID"]) { return switch (local) { "id_ID" => idValue, "en_EN" => enValue, _ => idValue, }; }