export default function parseLanguageCode(languageCode: string): "I" | "D" | "F" | "R";