TranslationHelper | NodeAndCulture |
Helps with translations.
Static constructor.
Returns a dictionary translation for the specified dictionary key in the specified culture.
Name | Description |
---|---|
key | System.String The Umbraco dictionary key. |
culture | System.String The culture. |
The translation.
Returns a dictionary translation for the specified dictionary key.
Name | Description |
---|---|
key | System.String The Umbraco dictionary key. |
The translation.
Gets the translation folder for the specified page.
Name | Description |
---|---|
page | Umbraco.Core.Models.IPublishedContent The page to get the translation folder for. |
The translation folder, or null.
Gets the node containing the translations.
Name | Description |
---|---|
page | Umbraco.Core.Models.IPublishedContent The node to get the translation node for. |
culture | System.String The culture (e.g., "es-mx") to get the translation node for. |
The node containing the translations.
Gets the node containing the translations.
Name | Description |
---|---|
page | Umbraco.Core.Models.IPublishedContent The node to get the translation node for. |
The node containing the translations.
Gets the translation node under the specified translation folder.
Name | Description |
---|---|
translationFolder | Umbraco.Core.Models.IPublishedContent The translation folder. |
culture | System.String The culture to find the translation node for. |
The translation node, or null.
Invalidates the cache of translation folders.
The ID's of the translation folders by the parent node.
The ID's of the translations nodes by the parent node and culture.
Stores a node ID and a culture code.
Equality is checked by comparing the node ID and culture code of two instances of this class.
Primary constructor.
Name | Description |
---|---|
nodeId | System.Int32 The node ID. |
culture | System.String The culture code. |
The culture code.
Compares this instance against another for equality.
Name | Description |
---|---|
other | Rhythm.Globalization.Umbraco.Types.NodeAndCulture The other instance. |
True, if the instances are equal; otherwise, false.
Compares this instance against another for equality.
Name | Description |
---|---|
other | System.Object The other instance. |
True, if the instances are equal; otherwise, false.
Returns a hash code for this instance.
The hash code.
The node ID.