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
Post a Comment