toHeader static method
returns the header string based on the languageCode
Implementation
static String toHeader([String languageCode = 'en']) =>
LocalizationStrings.applyLanguageCode(
const LocalizationStrings.graphics(), languageCode);