0

I'm currently developing an application for IOS and I have four Localizable.strings files, each representing a different language. The thing is, i want to be able change the file that is being used without having to restart the application.

AlexVogel
  • 10,601
  • 10
  • 61
  • 71
diogo.appDev
  • 1,595
  • 5
  • 16
  • 30

1 Answers1

0

You can't do it without restarting the App.

A work around is store the language and it's values in a database file or in a plist file. Then use the data from there. (Basically it is not a good idea)

Midhun MP
  • 103,496
  • 31
  • 153
  • 200