Strings

From Official Kodi Wiki
Revision as of 00:01, 11 November 2021 by RogueScholar (talk | contribs) (Add enough to make it a presentable stub page at least and fix dead-end status)
Jump to navigation Jump to search

The text strings displayed in Kodi's user interface have been completely internationalized using the GNU Gettext format and can be found in the strings.po file at addons/resource.language.en_gb/resources in the main Kodi Git repository. Using that file the entire application can be translated (a process formally known as localization, or l10n for short) to any language whose graphemes are available within Unicode.

External links