I want to detect whether the keyboard input method/language is Arabic, and I want to use it in my Conditional Block. Like this
if(Keyboard input method/language is Arabic)
{
//do something
}
keep in mind I just want to detect whether the keyboard input method/language is Arabic, rest of the code I will write myself.
Thanks