0

After reading similar questions about localization in iOS - Everybody is talking about .strings files but i have different UIImage with different sizes for each country and they spread all over the app.

If I'm using the old method of several storyboards the localized storyboards will not get synced with future changes on the BASE storyboard

what is the best practice for localizing UIImages?

Fattie
  • 27,874
  • 70
  • 431
  • 719
ozd
  • 1,194
  • 10
  • 34

1 Answers1

2

You can assign assets to languages.

In the project navigator, select the image file that you're loading from, and on the Utilities pane file inspector, click "Localize...".

If you are using image assets, check out this other answer: How to localize the images in Images.xcassets?

Community
  • 1
  • 1
Marcus Adams
  • 53,009
  • 9
  • 91
  • 143