mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 06:33:53 +00:00
i18n service
This commit is contained in:
9
src/App/Abstractions/ILocalizeService.cs
Normal file
9
src/App/Abstractions/ILocalizeService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Globalization;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface ILocalizeService
|
||||
{
|
||||
CultureInfo GetCurrentCultureInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user