mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-24 16:38:22 +01:00
locale string comparer for i18n service
This commit is contained in:
parent
803527f585
commit
351c99fb42
@ -1,10 +1,12 @@
|
||||
using System.Globalization;
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface II18nService
|
||||
{
|
||||
CultureInfo Culture { get; set; }
|
||||
StringComparer StringComparer { get; }
|
||||
string T(string id, string p1, string p2, string p3);
|
||||
string Translate(string id, string p1, string p2, string p3);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user