Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sgauravv

macrumors newbie
Original poster
Jul 17, 2008
12
0
Hi can any body explain me what is the use of it.
If I have create distribution version of my application then
if i will change in my localizable.string file then
it will take changed data or old data.
 

sgauravv

macrumors newbie
Original poster
Jul 17, 2008
12
0
my means is in localizable file we have two fields
one is key and second is comment
so before installing of my application in phone if I will change in localizable file on comment side for security point of view.
So my application will take new comment value or older one (that is used at the of build) using NSLocalizable string function.
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
You application will use the value (not comment, that goes between /* */) that exists in the file installed. This is looked up at runtime of the application.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.