Spotfire® Deployment Kit for Apple iOS

The app strings

The app strings contained under Resources > Localizable are used by the app to display user interface elements and information to the user during an operation. You can have multiple copies of this file—one for each language you translate for—each in a folder specifying a target language.

The app strings in the section Resources > Localizable

Localized versions for Spanish, French, and German are included with the project. For information about localizing, see Localizing the app strings.

The strings contained in Localizable constitute the set of all the strings you can customize and their default values, as defined in the SpotfireFramework.xcframework linked to this app. If you remove any string from this list, the app uses the default value defined in the SpotfireFramework.xcframework.

The strings are organized into sections that relate to views or functionality in the app. The comments describe under what circumstances the string is presented, and from which view it is visible.

A common workflow for customizing strings is to identify the strings to customize, and then remove the rest, leaving just the customized strings.

Note: Before you modify the file, make a backup copy of the original file so you can identify other strings you might want to customize in the future.

See Modifying the app strings for more information.

If you add strings with keynames to this file, they are not used by the app unless you change the customization configuration MyConfiguration to refer to them. See Customize app behavior for more information.