/** * Try to convert to ISO standard. ex. en becomes en-GB if its in United Kingdom. * Still looking at the base id. * * @param userPreferenceLanguage 2 letter language code from the persisted language selection. * @returns {string} The locale string. */ export declare const convertToLocale: (userPreferenceLanguage: string) => string;