بتاريخ: 20 نوفمبر 201312 سنة comment_243056 السلام عليكم ... تحية طيبة الى كل اعضاء المنتدى المحترم ... انا عندي oracle adf R2 ... عملت صفحة من جدول الموظفين (employees) سؤالي كيف اخلي الlabel يظهر باللغة العربية .. واضيف بيانات عربي ....حتى تكون الصفحات عندي تدعم اللغة العربية ...وشكرا تقديم بلاغ
بتاريخ: 15 يونيو 201411 سنة comment_252006 اولا عشان تظهر ال label فى page من خلال EO or VO Attribute >> select Att >> then Uihint غير ال label زى مانت عايز لكن موضوع اللغه فى الداتا بيس ليها اعدادات من الداتا بيس نفسها من خلال nls_lang تقديم بلاغ
بتاريخ: 16 يوليو 201411 سنة comment_252949 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 ; } تقديم بلاغ
بتاريخ: 16 يوليو 201411 سنة comment_252950 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 ; } تقديم بلاغ
بتاريخ: 18 مارس 201510 سنة comment_260661 السلام عليكم انا كتبت الكود السابق وفعلا بيظهر فى الرساله انه غير اللغه بس الاتجاه لا يتغير ارجو الافاده وشكرا تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.