Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
{LocaleContext} from
'@components/LocaleContextProvider'
;
4
5
export
default
function
useLocalize(): LocaleContextProps {
6
return
useContext(LocaleContext);
7
}
Callers
15
Expensify
Function · 0.85
HighContrastModeSwitcher
Function · 0.85
BrokenConnectionDescription
Function · 0.85
ColumnsSettingsList
Function · 0.85
ExceededCommentLength
Function · 0.85
AddPaymentMethodMenu
Function · 0.85
ImportSpreadsheetColumns
Function · 0.85
ExpensifyWordmark
Function · 0.85
TestToolsModalPage
Function · 0.85
FormAlertWrapper
Function · 0.85
AmountWithoutCurrencyInput
Function · 0.85
ProactiveAppReviewModal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected