Kodi Community Forum

Full Version: prefixes and suffixes in $LOCALIZE labels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With infolabels we are able to do things like:

PHP Code:
$INFO[VideoPlayer.Director,, - ] 

It would come in real handy if we could do the same for localized labels:

PHP Code:
$LOCALIZE[12345,, - ] 
What would be the benefit of that? A localized label is static, won't change and therefore won't be empty (only if you have specified a wrong number...).