stefalda / ReactNativeLocalization

Class to localize the ReactNative interface
MIT License
898 stars 123 forks source link

how to translate the texts from api ? #228

Open tianzige886 opened 7 months ago

tianzige886 commented 7 months ago

how to translate the texts from api ?

stefalda commented 7 months ago

Hi, you could create an API that returns the strings content for a specific translation...

tianzige886 commented 7 months ago

HI, can you suggest some solution to translate some data from the Node server and the user-created content? ^_^