Search

You searched for the word(s): userid:628813

Matching Posts

  • Re: How to do a language switch in a master page.

    well i've mentioned before that you should create a helper class, that all your webpages will inherit from to execute the code in the InitializeCulture() in all tour pages without having to override this mehtod in every webpage code " 3-Build a BaseClass under the App_Code\ forlder in your project ,that all pages will inherit from : using System; using System . Data; using System . Configuration; using System . Web; using System . Web . Security; using System . Web . UI; using System . Web . UI
  • Hindi digits in ListBox and DropDownList controls :(

    Hi guys anyone knows how to display Hindi digits (most arabic ppl use) in ListBox and DropDownList Controls .. i read in this article that this is an exception .... but i hoped that anyone can have solution for this https://www.microsoft.co.ke/middleeast/msdn/arabicsupp.aspx thaks in advance
    Posted to Localization (Forum) by EngMotagaly on 7/17/2006
  • Disabling ASP.NET 2.0 browser culture detection

    okay the problem is , ASP.NET 2.0 by default detects the culture of the browser request and use local resources for this culture if found .. now in my scenario .. i want to make the site use enlgish culture as a defualt and then the use can change the languge explicitly from a combo box in the master page [ the last part is working :) ... the issue is in the first web-site request that detects the browswe ] here is my implementation web.config: <globalization enableClientBasedCulture="false" culture
    Posted to Localization (Forum) by EngMotagaly on 7/16/2006
  • Re: UICulture not accepted in Master pages

    as far as i know you can set that in the web.config to be on application web-pages level try this <system.web> <globalization culture="auto:en-US" uiculture="auto:en-US"/> </system.web> also u can read this blog for more details http://blogs.vertigosoftware.com/liam/archive/2005/10/21/1553.aspx hope this helps
    Posted to Localization (Forum) by EngMotagaly on 7/16/2006
  • Re: Arabic localization: appling RTL everywhere

    i have the same problems too ... i can't find an answer in the mentioned links :(
    Posted to Localization (Forum) by EngMotagaly on 7/12/2006
  • Re: Internationalization web app >>Setting the Current Culture

    Dear ppl, I figured out a solution for the problem in the thread, its a combination of all posts including this one http://forums.asp.net/1219973/ShowPost.aspx :) it’s not that clean but I think it’s better than nothing and I like to share the idea with you as you are more experienced, I’m going to tell you the situation how I solved that. Scenario: 1-Build a multilingual website using ASP.NET 2.0 for my company 2-MaterPage with a change language combo that is localized at the first request of the
    Posted to Localization (Forum) by EngMotagaly on 7/12/2006
  • Re: How to do a language switch in a master page.

    Dear ppl, I figured out a solution for the problem in the thread, its a combination of all posts including this one http://forums.asp.net/1219973/ShowPost.aspx :) it’s not that clean but I think it’s better than nothing and I like to share the idea with you as you are more experienced, I’m going to tell you the situation how I solved that. Scenario: 1-Build a multilingual website using ASP.NET 2.0 for my company 2-MaterPage with a change language combo that is localized at the first request of the
  • Re: Culture switch problem

    chk this post http://forums.asp.net/thread/1223563.aspx
    Posted to Localization (Forum) by EngMotagaly on 7/11/2006
  • Re: culture in MasterPages

    Master Pages doesn't have InitializeCulture() method cuz it's doesn't inhereit from the Page class ... sooo u need to make a walk around to set the culture try this post amigo http://forums.asp.net/thread/1223563.aspx hope it helps
    Posted to Localization (Forum) by EngMotagaly on 7/11/2006
  • Lab3:Auto-Completetion -Right to left support problem

    Dear Developers I'm just wondering .. did any one here ttry to use any RTL languages [from me it's arabic] .. in Hands On Labs Session 3 ??? it doesn't wok at all even when i ran the web service in the browser .. it return and ending tag only .. i want to know what's the problem in that .. may be the text file .. ATLAS .. i dono Thanx in advance for any help .. or replies
    Posted to ASP.NET AJAX UI (Forum) by EngMotagaly on 10/16/2005
Page 1 of 1 (10 items)