[CLOSED] Localize

  1. #1

    [CLOSED] Localize


    Hi Team;
    We are using Coolite 0.8
    We have added following code in our master page
    Page.UICulture = Session["languageCulture"].ToString();
    Page.Culture = Session["languageCulture"].ToString();
    ScriptManager1.Locale = Session["languageCulture"].ToString();
    <P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst>1. We get all default messages as per cnaged locales but we want to add our own cusotmiesed message for each locale.
    <P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpMiddle>2. We want to localize client side error message, information and tooltips.
    <P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast>3. Is it possible to customize paging toolbar message as per locale?
    Would you please tell us how can we achieve this? If you provided some sample code would be great help.

    With Best Regards
    Yobnet Team.

  2. #2

    RE: [CLOSED] Localize

    Hi,

    1. Well, you can localize it through controls properties. For example, you can use ASP.NET Localization
    http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
    http://www.codeproject.com/KB/aspnet...alization.aspx


    2. Also you can use javascript localization files. Just attach required javascript file with required language to the page (for example see ExtJS localization files). Localize own client side meesages, tooltips and etc in the same (like ExtJS files) javascript files, analyze required locale and attach appropriate js locale file to the page
    (for example, Dutch locale) http://www.sencha.com/deploy/dev/src...ext-lang-nl.js
    (localiztion examples - http://www.sencha.com/deploy/dev/exa...utch-form.html, http://www.sencha.com/deploy/dev/exa...ulti-lang.html)


    3. What paging toolbar message do you mean. As mentioned you can set required meesage (with appropriate language) using ASP.NET localization or javascript locale files

Similar Threads

  1. Localize the CalendarPanel
    By Guyver in forum 1.x Help
    Replies: 0
    Last Post: May 30, 2012, 1:48 PM
  2. How to Localize Command Confirmation?
    By reezvi in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2012, 3:46 PM
  3. [CLOSED] How i can localize the DatePicker and CalendarPanel
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 11, 2011, 9:36 PM
  4. What the best way to localize JavaScript string?
    By Dgsoft.ru in forum 1.x Help
    Replies: 0
    Last Post: Jun 11, 2009, 8:55 AM
  5. Localize gridpanel fails
    By jortega in forum 1.x Help
    Replies: 2
    Last Post: May 06, 2009, 12:21 PM

Posting Permissions