More notification localizations

This commit is contained in:
Soreepeong 2024-02-28 01:05:47 +09:00
parent 18c1084fe3
commit 62af691419
3 changed files with 19 additions and 19 deletions

View file

@ -70,7 +70,7 @@ public class Localization : IServiceType
public CultureInfo DalamudLanguageCultureInfo { get; private set; }
/// <summary>
/// Gets an instance of <see cref="CultureInfo"/> that corresponds to <paramref cref="langCode"/>.
/// Gets an instance of <see cref="CultureInfo"/> that corresponds to <paramref name="langCode"/>.
/// </summary>
/// <param name="langCode">The language code which should be in <see cref="ApplicableLangCodes"/>.</param>
/// <returns>The corresponding instance of <see cref="CultureInfo"/>.</returns>