| RemoveWord(culture) | Removes the word associated with a given culture. |
| ContainsValue(value, stringComparison) | Checks if the dictionary contains a value that matches the given value. |
| GetWord(culture, defaultCulture, defaultValue) | Adds a word for a specific culture if it does not already exist. |
| Clone() | Creates a deep copy of the MultiLanguage instance. |
| ContainsKey(value, stringComparison) | Checks if the dictionary contains a value that matches the given value. |
| AsDictionary() | Returns a copy of the internal dictionary of culture-word pairs. |
| AddWord(culture, word) | Adds a word for a specific culture if it does not already exist. |
| GetWord(words) | Merges a given dictionary of culture-word pairs into the existing collection. Updates existing words or adds new ones if the culture key is valid. |