Refactor LocalizationManager and remove dead method

This commit is contained in:
David Ullmer
2021-05-10 18:05:35 +02:00
parent 88bfd1bcf4
commit db2b53a4b5
2 changed files with 203 additions and 231 deletions

View File

@@ -56,14 +56,6 @@ namespace MediaBrowser.Model.Globalization
/// <returns><see cref="IEnumerable{LocalizatonOption}" />.</returns>
IEnumerable<LocalizationOption> GetLocalizationOptions();
/// <summary>
/// Checks if the string contains a character with the specified unicode category.
/// </summary>
/// <param name="value">The string.</param>
/// <param name="category">The unicode category.</param>
/// <returns>Wether or not the string contains a character with the specified unicode category.</returns>
bool HasUnicodeCategory(string value, UnicodeCategory category);
/// <summary>
/// Returns the correct <see cref="CultureInfo" /> for the given language.
/// </summary>