stefalda/ReactNativeLocalization

How can i put json from api into LocalizedStrings

Prajaktajangam16 opened this issue · 2 comments

I want to fetch json from api and put into localisedString

from the docs

strings.setContent({
  en:{
    how:"How do you want your egg todajsie?",
    boiledEgg:"Boiled eggsie",
    softBoiledEgg:"Soft-boiled egg",
    choice:"How to choose the egg"
  }
})