Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

Re: Label names in config

  •  01-28-2008, 6:59 AM

    Re: Label names in config

    The reason for putting labels into the config file is for internationalization purposes. As a rule (tell me if I've missed any spots) I keep the templates language-free.  Meaning, any visitor-readable word is made into a variable.  That's why you see something like this in the template file:

    $label_find:find

    With this system it's just a matter of translating the config file to allow other languages. 


    Sincerely,

    Carl
    -----
    vine type - content management with standards in mind - vinetype.com
    -----
    Filed under:
View Complete Thread