File size: 211 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
import { useSelector } from 'calypso/state';
import getCurrentLocaleSlug from 'calypso/state/selectors/get-current-locale-slug';

export function useFlowLocale() {
	return useSelector( getCurrentLocaleSlug );
}