Ejemplo n.º 1
0
 /// <summary>
 /// Calls this method to notify DALi when the system language changes.
 ///
 /// Use this only when not using Dali::Application. As the application is created, using the
 /// application will automatically receive notification of the language change.
 /// When Dali::Application is not used, the application developer should
 /// use app-core to receive the language change notifications and should update DALi
 /// by calling this method.
 /// </summary>
 internal void NotifyLanguageChanged()
 {
     NDalicManualPINVOKE.Adaptor_NotifyLanguageChanged(swigCPtr);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }