Skip to content

Commit b363b1b

Browse files
committed
Merge branch 'communication-services-how-tos' of https://github.com/ShawnJackson/azure-docs-pr into communication-services-how-tos
2 parents 6121a02 + 220c146 commit b363b1b

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

articles/communication-services/how-tos/ui-library-sdk/data-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Inject a custom data model by using the UI Library
2+
title: Inject a custom data model in the UI Library
33
titleSuffix: An Azure Communication Services how-to guide
4-
description: Use the Azure Communication Services UI library to set up custom data model injection in an application.
4+
description: Set up custom data model injection in the Azure Communication Services UI Library.
55
author: garchiro7
66
ms.author: jorgegarc
77
ms.service: azure-communication-services
@@ -10,10 +10,10 @@ ms.date: 05/24/2022
1010
ms.custom: template-how-to
1111
zone_pivot_groups: acs-plat-web-ios-android
1212

13-
#Customer intent: As a developer, I want to set up custom data model injection in my application.
13+
#Customer intent: As a developer, I want to set up custom data model injection in the UI Library for my application.
1414
---
1515

16-
# Inject a custom data model in an application
16+
# Inject a custom data model in the UI library for an application
1717

1818
Azure Communication Services uses an identity-agnostic model in which developers can [bring their own identities](../../concepts/identity-model.md). Developers can get their data model and link it to Azure Communication Services identities. The data model for a user most likely includes information such as display name, profile picture or avatar, and other details. Developers use this information to build their applications and platforms.
1919

articles/communication-services/how-tos/ui-library-sdk/includes/localization/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table lists `CallCompositeSupportedLocale` IDs for out-of-the-box
3333

3434
### Localization provider
3535

36-
`CallCompositeLocalizationOptions` is an options wrapper that sets all the strings for UI Library for Android components by using `CallCompositeSupportedLocale`. By default, all text labels use English strings. You can use `CallCompositeLocalizationOptions` to set a different language by passing a `Locale` object from `CallCompositeSupportedLocale`. Out of the box, the UI Library includes a set of `Locale` objects that are usable with the UI components and composites.
36+
`CallCompositeLocalizationOptions` is an options wrapper that sets all the strings for Android UI Library components by using `CallCompositeSupportedLocale`. By default, all text labels use English strings. You can use `CallCompositeLocalizationOptions` to set a different language by passing a `Locale` object from `CallCompositeSupportedLocale`. Out of the box, the UI Library includes a set of `Locale` objects that are usable with the UI components and composites.
3737

3838
You can also get a list of `Locale` objects by using the static function `CallCompositeSupportedLocale.getSupportedLocales()`.
3939

articles/communication-services/how-tos/ui-library-sdk/localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Localize an application by using the UI Library
2+
title: Localize the UI Library
33
titleSuffix: An Azure Communication Services how-to guide
4-
description: Use the Azure Communication Services UI Library to set up localization in an application.
4+
description: Set up localization for the Azure Communication Services UI Library.
55
author: jorgegarc
66
ms.author: jorgegarc
77
ms.service: azure-communication-services
@@ -10,10 +10,10 @@ ms.date: 04/03/2022
1010
ms.custom: template-how-to
1111
zone_pivot_groups: acs-plat-web-ios-android
1212

13-
#Customer intent: As a developer, I want to set up the localization of my application.
13+
#Customer intent: As a developer, I want to set up the localization of the UI Library in my application.
1414
---
1515

16-
# Localize an application
16+
# Localize the UI Library in an application
1717

1818
Localization is a key to making products that can be used across the world and by people who speak different languages. The Azure Communication Services UI Library provides out-of-the-box support for some languages and capabilities, such as right to left (RTL). Developers can provide their own localization files for the UI Library.
1919

articles/communication-services/how-tos/ui-library-sdk/theming.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Theme an application by using the UI Library
2+
title: Theme the UI Library
33
titleSuffix: An Azure Communication Services how-to guide
4-
description: Use the Azure Communication Services UI Library to set up theming in an application.
4+
description: Set up theming for the Azure Communication Services UI Library.
55
author: garchiro7
66
ms.author: jorgegarc
77
ms.service: azure-communication-services
@@ -10,10 +10,10 @@ ms.date: 10/27/2023
1010
ms.custom: template-how-to
1111
zone_pivot_groups: acs-plat-web-ios-android
1212

13-
#Customer intent: As a developer, I want to set up the theming of my application
13+
#Customer intent: As a developer, I want to set up the theming of the UI Library in my application.
1414
---
1515

16-
# Theme an application
16+
# Theme the UI Library in an application
1717

1818
The Azure Communication Services UI Library is a set of components, icons, and composites that make it easier for you to build high-quality user interfaces for your projects. The UI Library uses components and icons from [Fluent UI](https://developer.microsoft.com/fluentui), the cross-platform design system that Microsoft uses. As a result, the components are built with usability, accessibility, and localization in mind.
1919

0 commit comments

Comments
 (0)