الانتقال إلى المحتوى
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.

سؤالي كيف اخلي الlabel يظهر باللغة العربية

Featured Replies

بتاريخ:

السلام عليكم ... تحية طيبة الى كل اعضاء المنتدى المحترم ...

 

انا عندي oracle adf R2  ... عملت صفحة من جدول الموظفين (employees)

 

 

سؤالي كيف اخلي الlabel يظهر باللغة العربية .. واضيف بيانات عربي ....حتى تكون الصفحات عندي تدعم اللغة العربية ...وشكرا

 

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

اولا عشان تظهر ال label  فى page 

من خلال   EO or VO     Attribute >> select Att >> then Uihint غير ال label زى مانت عايز 

لكن موضوع اللغه فى الداتا بيس  ليها اعدادات من الداتا بيس نفسها من خلال nls_lang

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

http://www.youtube.com/watch?v=P3hEjllaZNo

    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 ;

    }

بتاريخ:

    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 ;

    }

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

 

السلام عليكم 

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

 

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

هذه مشاركة وسؤال متكرر

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

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

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

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

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

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.