Show / Hide Table of Contents

Class LocalizationSettingHelper

Inheritance
System.Object
LocalizationSettingHelper
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public static class LocalizationSettingHelper : object

Methods

ParseLanguageSetting(String)

Gets a setting value like "en-US;en" and returns as splitted values like ("en-US", "en").

Declaration
public static (string cultureName, string uiCultureName) ParseLanguageSetting(string settingValue)
Parameters
Type Name Description
System.String settingValue
Returns
Type Description
System.ValueTuple<System.String, System.String>
Back to top Powered by Volosoft