Skip to content

rhythmagency/rhythm.globalization.umbraco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A library of tools for globalization in Umbraco. The primary class is TranslationHelper.

Refer to the generated documentation for more details.

Installation

Install with NuGet. Search for "Rhythm.Globalization.Umbraco".

Overview

TranslationHelper

  • GetTranslationNode Gets the Umbraco content node containing the translations.
  • GetDictionaryTranslation Returns an Umbraco dictionary translation for the specified dictionary term.
  • GetTranslatedCultures Returns the cultures that have a translation for the specified page.

Note that these translation methods assume you have your translations stored in subnodes, as would be the case if you were using Polyglot. Here's an example of the expected node structure:

Translations

Maintainers

To create a new release to NuGet, see the NuGet documentation.

About

Umbraco globalization library used by Rhythm Agency.

Resources

Stars

Watchers

Forks

Packages

No packages published