[CLOSED] Set Locale Settings of Ext.NET at application level

  1. #1

    [CLOSED] Set Locale Settings of Ext.NET at application level

    Hi Ext Team,

    We can set the locale settings in ext.net through resource manager which is at each page level. Is there any we can set this setting at application level.
    Some where in web.config or global.asax.cs

    Please let me know
    Last edited by Daniil; Apr 17, 2014 at 5:53 AM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by PriceRightHTML5team View Post
    Hi Ext Team,

    We can set the locale settings in ext.net through resource manager which is at each page level. Is there any we can set this setting at application level.
    Some where in web.config or global.asax.cs

    Please let me know
    Yes, you can set the <extnet locale="fr-FR" /> property in the Web.config.

    More information available in the README.tx document.

    https://examples2.ext.net/#/Getting_...uments/README/

    You can also add the property/value to the Application object.

    Or, change the System.Globalization CurrentCulture property, which will automatically be picked up by Ext.NET.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    The default ASP.NET setting in Web.config should also work.
    <system.web>
        <globalization culture="ru" />
    </system.web>
  4. #4
    Quote Originally Posted by Daniil View Post
    The default ASP.NET setting in Web.config should also work.
    <system.web>
        <globalization culture="ru" />
    </system.web>
    Thanks Ext Team. You can mark this thread as closed.

Similar Threads

  1. row-level template
    By ruben in forum 1.x Help
    Replies: 2
    Last Post: May 05, 2014, 7:08 AM
  2. [CLOSED] EXT.NET Timeout global settings
    By agonzalez in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 21, 2013, 4:26 AM
  3. Multi level gridpanel help?
    By Tookey21 in forum 1.x Help
    Replies: 3
    Last Post: Apr 30, 2012, 10:08 AM
  4. [CLOSED] Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 14, 2010, 9:58 AM
  5. [CLOSED] GridPanel Settings
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 06, 2009, 6:36 AM

Tags for this Thread

Posting Permissions