MCPcopy Index your code
hub / github.com/Expensify/App / useLocalize

Function useLocalize

src/hooks/useLocalize.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import {LocaleContext} from '@components/LocaleContextProvider';
4
5export default function useLocalize(): LocaleContextProps {
6 return useContext(LocaleContext);
7}

Callers 15

ExpensifyFunction · 0.85
HighContrastModeSwitcherFunction · 0.85
ColumnsSettingsListFunction · 0.85
ExceededCommentLengthFunction · 0.85
AddPaymentMethodMenuFunction · 0.85
ImportSpreadsheetColumnsFunction · 0.85
ExpensifyWordmarkFunction · 0.85
TestToolsModalPageFunction · 0.85
FormAlertWrapperFunction · 0.85
ProactiveAppReviewModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected