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

calling file #APP_FILES#messages_ar.properties

Featured Replies

بتاريخ:

هذا الخطأ يظهر Error at line 17: PLS-00302: component 'GET_MESSAGE' must be declaredمن هذا السطر         V_MESSAGE :=apex_lang.get_message('#APP_FILES#messages_ar.properties', V_KEY);

 

نسخة 24.1.0

create or replace FUNCTION FUNC_GET_LABEL (
    P_NAME IN VARCHAR2,
    P_LANG IN VARCHAR2 DEFAULT 'EN'
) RETURN VARCHAR2 IS
    V_KEY     VARCHAR2(200);
    V_LANG    VARCHAR2(10);
    V_MESSAGE VARCHAR2(4000);
BEGIN
    -- تحويل الاسم إلى المفتاح
    V_KEY := GET_MESSAGE_KEY(P_NAME);

    -- تحديد اللغة (AR أو EN)
    V_LANG := NVL(UPPER(P_LANG), 'EN');

    -- قراءة الملف المناسب
    IF V_LANG = 'AR' THEN
        V_MESSAGE :=apex_lang.get_message('#APP_FILES#messages_ar.properties', V_KEY);
    ELSE
        V_MESSAGE := apex_lang.get_message('#APP_FILES#messages_en.properties', V_KEY);
    END IF;

    RETURN NVL(V_MESSAGE, V_KEY);
EXCEPTION
    WHEN OTHERS THEN
        RETURN V_KEY;
end "FUNC_GET_LABEL";
/

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

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

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

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

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

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.