الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

كيف أغيير اتجاة صفحة Adf ؟؟؟

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته

 

،،،

كيف أغيير اتجاة صفحة ADF ؟؟؟

من اليمين إلى اليسار أو العكس؟؟؟؟؟؟؟

وشكراً

بتاريخ:

هذا يتم آلياً في ADF

  • بعد 2 أسابيع...
بتاريخ:

ممكن توضيح ازاي بيتم اليا ؟؟؟؟

  • بعد 3 شهور...
بتاريخ:

    public String arabic_lng() {
        // Add event code here...
            FacesContext ha_faces= FacesContext.getCurrentInstance();
            Locale ar = new Locale("ar","SA");
           Locale.setDefault(new Locale ("ar","SA"));
            System.out.println(ar.getDisplayName(ar));
            ha_faces.getViewRoot().setLocale(ar);
      
     
            
        return null ;
    }

    public String eng_lng() {
        // Add event code here...
       
        FacesContext ha_faces= FacesContext.getCurrentInstance();
        Locale en = new Locale("en", "US");
        System.out.println(en.getDisplayName(en));
        ha_faces.getViewRoot().setLocale(en);
        Locale.setDefault(new Locale ("en", "US"));
       
        return null ;
    }
بتاريخ:

ويتم ذلك في page load method

بتاريخ:

Locale.setDefault(new Locale ("ar","SA"));

هذا السطر لا داعي له والباقي يكفي

  • بعد 1 شهر...
بتاريخ:

انا اعتقد اتجاه الصفحة يعتمد على اعدادات الكنترول بانل بتاعتك

format: arabic

location : chose arabic country

unicode: arabic

انا قمت بعمل هذه الاعدادات والموضوع مظبوط معاى بس لازم تعمل رستارت للجهاز

  • بعد 6 شهور...
بتاريخ:

 

السلام عليكم 

انا كتبت الكود السابق وفعلا بيظهر فى الرساله انه غير اللغه بس الاتجاه لا يتغير ارجو الافاده وشكرا

 

  • بعد 2 أسابيع...
بتاريخ:

مرة أخرى

هذا يتم آلياً في ADF

لا يحتاج إلى أي إعدادات أو كود ، مجرد التغيير إلى ar يقوم بتغيير الاتجاه تلقائياً

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.