LocalizedStrings
public enum LocalizedStrings : String
Launch option to enable debug settings for string localization.
doubleLocalizedStrings: Makes all localized strings twice as long.showNonLocalizedStrings: Capitalizes all untranslated strings in the application.
Example:
LocalizedStrings.doubleLocalizedStrings
-
Makes all localized strings twice as long.
Argument:
NSDoubleLocalizedStringsDeclaration
Swift
case doubleLocalizedStrings = "NSDoubleLocalizedStrings" -
Capitalizes all untranslated strings in the application.
Argument:
NSShowNonLocalizedStringsDeclaration
Swift
case showNonLocalizedStrings = "NSShowNonLocalizedStrings"
-
Launch argument value to use during serialization.
Declaration
Swift
public var value: LaunchArgumentValue { get } -
String representation of the launch argument key.
Declaration
Swift
public var key: String { get }
LocalizedStrings Enumeration Reference