Browse by Tags

Related Posts

  • Code Inheritance for localization

    Hi to all, I'm working in localizing a web site and I found a video that describes an Override method on the content page as: Imports System.Threading Imports System.Globalization Partial Class _Default Inherits System.Web.UI.Page Protected Overrides Sub InitializeCulture() Dim lang As String = Session...
    Posted to Localization (Forum) by SteliosM on 03-13-2007, 12:00 AM
    Filed under: RESX, UICulture, ASP.net 2.0, Culture, CultureInfo, globalization, language, localization, Master page, Inheritance, Culture UICulture
  • Re: Localize by clicking image

    Well, I'd love to. The master page (I guess that's what you call template) is the most natural place to put the localization code. However, a master page can't override the InitializeCulture method because its base class just doesn't have this method. So you have to localize each page, which can be done...
    Posted to Localization (Forum) by aweil on 03-02-2007, 12:00 AM
    Filed under: localization, Master page, Inheritance
Page 1 of 1 (2 items)