Strange behavior in cell text localization. Xcode 7 [swift] -


i'm localizing app. have static tableview , happens created new things after creating main.strings file has been created. therefore added new lines knows. have 2 basic rows in tableview text want localize. id of cell wim-3s-i6y therefore did:

"wim-3s-i6y.text" = "my localized text"; 

however cell not change text, keeping base value. idea why? please note i'm trying avoid doing programmatically.

because id in question should not of cell, rather id of cell's label inside contentview.

in case, manually editing strings storyboard file not recommended. can ensure storyboards have up-to-date corresponding strings files selecting project file in project in xcode, editor -> export localization.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -