I want to write a native application in c to get the value of language in Tizen. The compiled c code must be run on the Tizen phone and I need to get the Value of language. The callback function i got from Tizen source is How to use this function to get the value of current language? Answer Since
Tag: tizen
How to use Callback function to get Orientation in Tizen?
I want to write a native application in c to get the value of orientation in Tizen. The compiled c code must be run on the Tizen phone and I need to get the Value of orientation. The callback function i got from Tizen source is How to use this function to get the value of current orientation? Answer Looking