Después de de nuestra extensa recopilación de datos dimos con la respuesta esta incógnita que suelen tener muchos los usuarios. Te regalamos la respuesta y nuestro deseo es serte de mucha apoyo.
Ejemplo: exposición agregar varios idiomas
import * as React from 'react';
import Text from 'react-native';
import * as Localization from 'expo-localization';
import i18n from 'i18n-js';
// Set the key-value pairs for the different languages you want to support.
i18n.translations =
en: welcome: 'Hello', name: 'Charlie' ,
ja: welcome: 'こんにちは' ,
;
// Set the locale once at the beginning of your app.
i18n.locale = Localization.locale;
// When a value is missing from a language it'll fallback to another language with the key present.
i18n.fallbacks = true;
function App()
return (
<Text>
i18n.t('welcome') i18n.t('name')
Text>
);
//another example is https://mazblog.netlify.app/posts/react-native-multilanguage-setup
Si posees algún titubeo o capacidad de reaccionar nuestro reseña eres capaz de ejecutar un exégesis y con placer lo leeremos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)