AppCode 2017.3 Help

Creating and Editing Strings Files

Basics

The Strings files are used to store localization strings. Currently, it is recommended to create new strings files Xcode tools.

Creating locales

Editing locales

While editing properties files, use the following techniques:

  • Syntax highlighting: Keywords, delimiters, values and comments are highlighted. You can configure the color scheme in the Color Scheme page of the Settings/Preferences dialog.
  • Code inspection detects unused strings and suggests to fix the problem immediately:
    AppCodeI18Inspection
Last modified: 27 March 2018

See Also