[CLOSED] [1.0] Regional and Language Settings Problem

  1. #1

    [CLOSED] [1.0] Regional and Language Settings Problem

    Hi,

    my language settings is Turkish, when i run the examples project checked out from svn i get error like "object reference not set..."
    When you look at the attachment you can see that at "ItemClick" uppercase " i " is not " I ", in turkish it's different as you can see. Error appears in Ext.Net.ClientConfig at Process .
    When i change my language settings to English i get no error.

    Regards
  2. #2

    RE: [CLOSED] [1.0] Regional and Language Settings Problem

    CultureInfo.InvariantCulture should be used by ToUpper ?

    char.ToUpper(words[i][0])

    at : Ext.Net.Utilities.StringUtils.ToTitleCase(this string[] words)


  3. #3

    RE: [CLOSED] [1.0] Regional and Language Settings Problem

    Hi kemalyigit,

    Thanks for pointing out the defect. Should it not be "CultureInfo.CurrentCulture" instead of "CultureInfo.InvariantCulture"?


    Geoffrey McGill
    Founder
  4. #4

    RE: [CLOSED] [1.0] Regional and Language Settings Problem

    Hi,

    Please update from SVN and retest. Should works now
  5. #5

    RE: [CLOSED] [1.0] Regional and Language Settings Problem

    Hi,

    it works, thanks.

Similar Threads

  1. [CLOSED] Regional Language in TopBar
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 23, 2010, 9:21 AM
  2. [CLOSED] Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 14, 2010, 9:58 AM
  3. Problem getting Gridfilter settings in codebehind
    By plykkegaard in forum 1.x Help
    Replies: 0
    Last Post: Nov 22, 2009, 6:22 PM
  4. Replies: 0
    Last Post: Sep 04, 2009, 3:25 AM
  5. [CLOSED] GridPanel Settings
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 06, 2009, 6:36 AM

Posting Permissions