From 3b30a7b7b35e737fe2932d2a1fadd18578a3969d Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 6 Sep 2022 15:29:42 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/device/device-location-overview.md | 6 ++++++ .../internationalization/intl-guidelines.md | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/en/application-dev/device/device-location-overview.md b/en/application-dev/device/device-location-overview.md index 99bfb6805d..aa619c4549 100644 --- a/en/application-dev/device/device-location-overview.md +++ b/en/application-dev/device/device-location-overview.md @@ -37,3 +37,9 @@ Location awareness is offered by the system as a basic service for applications. Your application can use the location function only after the user has granted the permission and turned on the function. If the location function is off, the system will not provide the location service for any application. Since the location information is considered sensitive, your application still needs to obtain the location access permission from the user even if the user has turned on the location function. The system will provide the location service for your application only after it has been granted the permission to access the device location information. + +## Samples + +The following sample is provided to help you better understand how to develop location services: + +-[`Location`: Location (eTS) (API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/device/Location) diff --git a/en/application-dev/internationalization/intl-guidelines.md b/en/application-dev/internationalization/intl-guidelines.md index 44748056f7..e7ab6c5daa 100644 --- a/en/application-dev/internationalization/intl-guidelines.md +++ b/en/application-dev/internationalization/intl-guidelines.md @@ -340,3 +340,11 @@ Use [RelativeTimeFormat](../reference/apis/js-apis-intl.md) APIs to format the r ```js var options = numberFormat.resolvedOptions(); ``` + +## Samples + +The following sample is provided to help you better understand how to develop internationalization capabilities: + +-[`International`: Internationalization (JS) (API8)](https://gitee.com/openharmony/applications_app_samples/tree/master/UI/International) + +-[`International`: Internationalization (eTS) (API8) (Full SDK)](https://gitee.com/openharmony/applications_app_samples/tree/master/common/International) -- GitLab