[CLOSED] Ext.Msg.button.ok Localization property

  1. #1

    [CLOSED] Ext.Msg.button.ok Localization property

    Hi!
    We use 1.2. version in our old programs

    Ext.Msg.buttonText.ok ='<%= Resources.Rsc.Uredu%>';
    This code work on new version but don't work in old version
    How solved this problem?
    Last edited by Daniil; Dec 21, 2012 at 4:53 AM. Reason: [CLOSED]
  2. #2
    Hi @boris,

    I see "TEST" instead of "OK" after running the following code.
    Ext.Msg.buttonText.ok = "TEST";
    Ext.Msg.alert("", "");
    Please provide a full sample.
  3. #3
  4. #4
    I don't read field in Resourse file and value view in ok button....Resoursec file change depending on the language (exc...eng,ger...),and filed value cange
    Can help me?
  5. #5
    Please try to change to:
    Ext.Msg.buttonText.ok = 'TEST';
    Does it work?
  6. #6
    Work it, but I need read "TEST" from resourse file?
    Resourse file .resx
  7. #7
    Well, it means that a value from '<%= Resources.Rsc.Uredu%>' is not read.

    Hope this pushes you to find a problem in the right direction.
  8. #8
    How to read?
  9. #9
    Maybe something wrong with the .resx file?

Similar Threads

  1. [CLOSED] Change text property on button
    By Jurke in forum 1.x Help
    Replies: 4
    Last Post: Feb 09, 2016, 6:50 PM
  2. Replies: 2
    Last Post: Dec 20, 2011, 8:18 AM
  3. Replies: 1
    Last Post: Apr 15, 2010, 2:29 AM
  4. Replies: 1
    Last Post: Mar 01, 2010, 3:17 AM
  5. Button property
    By fabiomarcos in forum 1.x Help
    Replies: 1
    Last Post: Dec 01, 2008, 4:49 PM

Tags for this Thread

Posting Permissions