【发布时间】:2021-06-16 13:27:08
【问题描述】:
我使用 moment.js 来获取我的日期。但是当我使用moment.local时,语言一直是英语,当我的手机只有法语时,它不会切换成法语。
你有什么解决办法吗?
<Text
style={{
color: 'white',
textAlign: 'center',
marginTop: 20,
fontSize: 17,
fontFamily: 'Ambit-Black',
}}>
{I18n.t('Dashboard.Le')} {moment(element.dateMatch).local(['fr-FR','en-GB']).format('ll')}
</Text>
【问题讨论】:
标签: react-native momentjs