Search

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

Matching Posts

  • How to Perform Localization to Multiple pages in an application

    Hi All, I want to develop a Localization application, in which i had 2 options namely English and Tamil. If I click English the whole application should be displayed in English. And if i clicked Tamil, the Whole application must be displayed in Tamil. I have used 2 resource files one for english and other for tamil... And my code is as follows: Protected Overrides Sub InitializeCulture() If Request( "l" ) Is Nothing Then UICulture = "en" Else UICulture = Request( "l"
    Posted to Localization (Forum) by ranganathan.gt on 6/22/2009
Page 1 of 1 (1 items)