...
Code Block | ||
---|---|---|
| ||
import { getCoreTranslation } from "@openmrs/esm-framework"; const ErrorHeader = () => { return <h4>{getCoreTranslation("error", "Error")}</h4>; }; |
Info |
---|
The Value of using the |
For more about translation, see: How to Translate OpenMRS.