Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

FW/1-Languages
Project Home Blog Forums Known Issues External Project Link Contact Project

Author: Reinhard Jung (All RIAForge projects by this author)
Last Updated: August 3, 2010 11:44 AM
Version: 1.0
Views: 1,473
Downloads: 85
Demo URL: http://www.landstrasse.ch/
License: GPL (GNU General Public License)

Description:

FW/1-Plugin for handling Multilanguages via properties Support.
INI-File with Charsets like UTF-8 etc.

Setup: on setupRequest in application.cfc
<cfset application.plugin.init(this,variables.framework.reloadApplicationOnEveryRequest) />
<cfset languages.setup(request.context.language) />


use it like:
#languages.translate('search')#


config:
/languages/de_ch.ini
[views/public/pods/search]
search=bruschs öppes

[views/public/pods/categories]
categories=Kategoriä
showEmpty=Leeri nöd zeige
...

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.