[ category page template ]
New Language Template System
eeSiteKit 2.0 will introduce a new template group called “language” and within it you can create multiply language templates for your site. eeSiteKit 2.0 installs default “english_usa”, “german” and “spanish” templates.
Language templates include easy to understand translation pairings for things like buttons, links and instructions:
lang_any_language_variable_can_be_translated= 'Any language variable can be translated'
And to display that in the site you would use a tag like this:
{embed:lang_any_language_variable_can_be_translated}
You can make a copy of the “english_usa” template and create your own custom version that can be imported into all your future sites. You can create your own language variables easily and use them in your display templates and if the site needs to be in another language, you can update the whole template into our new language of choice, and edit any language variable right from EE’s template area. Then set your new language as the “host” language in a couple of places and you’re ready to go.
eeSiteKit has an international customer base, and with 2.0 we make life a lot easier for everyone building websites where English is not the primary language, or not used in the site’s content display at all.

