A library of tools for globalization in Umbraco. The primary class is TranslationHelper
.
Refer to the generated documentation for more details.
Install with NuGet. Search for "Rhythm.Globalization.Umbraco".
- 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:
To create a new release to NuGet, see the NuGet documentation.