# getLocalize

getLocalize is a helper function that will return the plugin's localization object

## How to use

```jsx
import { Plugin } from '@root'

const myPluginLocalizations = Plugin.getLocalize()
```
