diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-09-26 17:52:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 17:52:34 +0200 |
| commit | 837d8feddc0264d1a704f76f1c08ed360803c032 (patch) | |
| tree | b28558007dde37a7b9c354b359cb956057653783 /MediaBrowser.Model/Globalization/ILocalizationManager.cs | |
| parent | 82cb6851786d4fb24952d77d869f9e9c005a960a (diff) | |
| parent | 9234e5bf80194e45acac25c60cb76f401bffaf96 (diff) | |
Merge pull request #6616 from crobibero/culture-info
Diffstat (limited to 'MediaBrowser.Model/Globalization/ILocalizationManager.cs')
| -rw-r--r-- | MediaBrowser.Model/Globalization/ILocalizationManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Globalization/ILocalizationManager.cs b/MediaBrowser.Model/Globalization/ILocalizationManager.cs index b213e7aa0..406d32cde 100644 --- a/MediaBrowser.Model/Globalization/ILocalizationManager.cs +++ b/MediaBrowser.Model/Globalization/ILocalizationManager.cs @@ -56,10 +56,10 @@ namespace MediaBrowser.Model.Globalization IEnumerable<LocalizationOption> GetLocalizationOptions(); /// <summary> - /// Returns the correct <see cref="CultureInfo" /> for the given language. + /// Returns the correct <see cref="CultureDto" /> for the given language. /// </summary> /// <param name="language">The language.</param> - /// <returns>The correct <see cref="CultureInfo" /> for the given language.</returns> + /// <returns>The correct <see cref="CultureDto" /> for the given language.</returns> CultureDto? FindLanguageInfo(string language); } } |
