Kodi Community Forum

Full Version: system setting for Right to Left text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there use to be a setting for right to left text, but i can't find it now has it been removed?

just would like to use it in my skin for better label support, at the moment i have it working just on hebrew, but i don't really want to have a condidtion for every system lanuage that uses right to left text.

condition i am using now:
Code:
stringcompare(system.language,Hebrew)
but would like to use something like this:
Code:
system.getbool(lookandfeel.rightotlefttext)
is this posible ?
Perhaps Skin.HasSetting(setting)works?

see http://wiki.xbmc.org/?title=List_of_Boolean_Conditions
blittan Wrote:Perhaps Skin.HasSetting(setting)works?

see http://wiki.xbmc.org/?title=List_of_Boolean_Conditions

i do not want to add yet another option to the skin just for this, this should be availble from system settings ?

the XBMC skining engine is not coping well with my skin as it is. just too many condidtions/options for it i guess. i realy wish i could get XBMC to log EVERYTHING it is doing, so i can debug better, but i have asked before and was told NO so..
The setting applied only to rss feeds, and is now an attribute in rssfeeds.xml.

Cheers,
Jonathan
jmarshall Wrote:The setting applied only to rss feeds, and is now an attribute in rssfeeds.xml.

Cheers,
Jonathan

ah ok, thanks for clarification Jonathan.