React Interview

Question

Как реализовать интернационализацию (i18n)?

Editor
export default function App() {
  return <h1>Solve the task here</h1>;
}