Skip to content

Commit 5f9c221

Browse files
authored
Update android.md
1 parent f31436c commit 5f9c221

File tree

1 file changed

+0
-6
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/localization

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,3 @@ CallComposite callComposite =
104104
|`LayoutDirection.RTL` | `LayoutDirection.LTR` |
105105
| -------------------------------------------------------- | --------------------------------------------------------------- |
106106
| :::image type="content" source="media/android-rtl.png" alt-text="Android RTL"::: | :::image type="content" source="media/android-ltr.png" alt-text="Android LTR"::: |
107-
108-
### Customizing Translations
109-
110-
To override a particular string, you can find the list of localization keys here for the key-value pair. You can specify the `languageCode` to be one of the supported languages, and when a key isn't provided, will fall back to our supported translation string. If you specified an unsupported language, you should provide translations for all the keys for that language, and will fall back to English strings when a key isn't provided.
111-
112-
Create a `string.xml` file (or other filename) with the key-value pair for selected keys you want to override.

0 commit comments

Comments
 (0)