HERE iOS sdk - Maneuvers localizationCan I embed a custom font in an iPhone application?How can I make a UITextField move up when the keyboard is present - on starting to edit?How do I get a background location update every n minutes in my iOS application?How to get Turn By Turn Instruction in HERE SDKXcode 9 - “Fixed Width Constraints May Cause Clipping” and Other Localization WarningsVeeValidate localization “Property 'locale' does not exist on type 'Validator'.”position marker keeps going on false route before rerouting HERE maps premium sdkxcode 9 localization App ProblemsHERE Android SDK NavigateManager simulate without Map is not giving maneuversHERE SDK: LocationManager requestLocationUpdates() RuntimeException
"I am [the / an] owner of a bookstore"?
How useful would a hydroelectric plant be in the post-apocalypse world?
80's-90's TV show or movie about life clocks
Cooking a nice pan seared steak for picky eaters
How do I present a future free of gender stereotypes without being jarring or overpowering the narrative?
Two palindromes are not enough
Bin Packing with Relational Penalization
When casting a spell with a long casting time, what happens if you don't spend your action on a turn to continue casting?
How can I deal with extreme temperatures in a hotel room?
Can European countries bypass the EU and make their own individual trade deal with the U.S.?
The Football Squad
Origin of the convolution theorem
What election rules and voting rights are guaranteed by the US Constitution?
Why is this double switch controlling both light circuits from both switches?
What do you call a notepad used to keep a record?
Why isn't UDP with reliability (implemented at Application layer) a substitute of TCP?
What was the point of separating stdout and stderr?
How can combining souls together not increase its volume?
I just started should I accept a farewell lunch for a coworker I don't know?
What verb for taking advantage fits in "I don't want to ________ on the friendship"?
Is it okay to fade a human face just to create some space to place important content over it?
Why do global inline variables and static inline members in C++17 need guards?
Checkmate in 1 on a Tangled Board
Security Patch SUPEE-11155 - Possible issues?
HERE iOS sdk - Maneuvers localization
Can I embed a custom font in an iPhone application?How can I make a UITextField move up when the keyboard is present - on starting to edit?How do I get a background location update every n minutes in my iOS application?How to get Turn By Turn Instruction in HERE SDKXcode 9 - “Fixed Width Constraints May Cause Clipping” and Other Localization WarningsVeeValidate localization “Property 'locale' does not exist on type 'Validator'.”position marker keeps going on false route before rerouting HERE maps premium sdkxcode 9 localization App ProblemsHERE Android SDK NavigateManager simulate without Map is not giving maneuversHERE SDK: LocationManager requestLocationUpdates() RuntimeException
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm using the HERE iOS SDK and I'm implementing a turn-by-turn navigation.
I'd like to use a default language for languages with non-latin characters.
Is it possible to force the currentManeuver.roadName
localization to a specified language?
The documentation says that roadName
and the other properties are localized to the locale of the region but doesn't specify if we can change it.
ios localization here-api
add a comment |
I'm using the HERE iOS SDK and I'm implementing a turn-by-turn navigation.
I'd like to use a default language for languages with non-latin characters.
Is it possible to force the currentManeuver.roadName
localization to a specified language?
The documentation says that roadName
and the other properties are localized to the locale of the region but doesn't specify if we can change it.
ios localization here-api
add a comment |
I'm using the HERE iOS SDK and I'm implementing a turn-by-turn navigation.
I'd like to use a default language for languages with non-latin characters.
Is it possible to force the currentManeuver.roadName
localization to a specified language?
The documentation says that roadName
and the other properties are localized to the locale of the region but doesn't specify if we can change it.
ios localization here-api
I'm using the HERE iOS SDK and I'm implementing a turn-by-turn navigation.
I'd like to use a default language for languages with non-latin characters.
Is it possible to force the currentManeuver.roadName
localization to a specified language?
The documentation says that roadName
and the other properties are localized to the locale of the region but doesn't specify if we can change it.
ios localization here-api
ios localization here-api
edited Mar 25 at 15:04
shim
4,3417 gold badges50 silver badges80 bronze badges
4,3417 gold badges50 silver badges80 bronze badges
asked Mar 25 at 14:47
PalleraccioPalleraccio
694 bronze badges
694 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can change the display language used in the navigation map (NMAMapView):
Objective C: useDisplayLanguageFromLocale:(nonnull NSLocale *)locale;
Swift: func useDisplayLanguage(fromLocale locale: Locale) -> Bool
Swift: NMANavigationManager.sharedInstance().map = <Your NMAMapView>
Here iOS SDK NMAMapView
HERE iOS SDK NMANavigationManager
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the theroadName
that I take from thecurrentManeuver
has still the greek letters.
– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55340466%2fhere-ios-sdk-maneuvers-localization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can change the display language used in the navigation map (NMAMapView):
Objective C: useDisplayLanguageFromLocale:(nonnull NSLocale *)locale;
Swift: func useDisplayLanguage(fromLocale locale: Locale) -> Bool
Swift: NMANavigationManager.sharedInstance().map = <Your NMAMapView>
Here iOS SDK NMAMapView
HERE iOS SDK NMANavigationManager
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the theroadName
that I take from thecurrentManeuver
has still the greek letters.
– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
add a comment |
You can change the display language used in the navigation map (NMAMapView):
Objective C: useDisplayLanguageFromLocale:(nonnull NSLocale *)locale;
Swift: func useDisplayLanguage(fromLocale locale: Locale) -> Bool
Swift: NMANavigationManager.sharedInstance().map = <Your NMAMapView>
Here iOS SDK NMAMapView
HERE iOS SDK NMANavigationManager
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the theroadName
that I take from thecurrentManeuver
has still the greek letters.
– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
add a comment |
You can change the display language used in the navigation map (NMAMapView):
Objective C: useDisplayLanguageFromLocale:(nonnull NSLocale *)locale;
Swift: func useDisplayLanguage(fromLocale locale: Locale) -> Bool
Swift: NMANavigationManager.sharedInstance().map = <Your NMAMapView>
Here iOS SDK NMAMapView
HERE iOS SDK NMANavigationManager
You can change the display language used in the navigation map (NMAMapView):
Objective C: useDisplayLanguageFromLocale:(nonnull NSLocale *)locale;
Swift: func useDisplayLanguage(fromLocale locale: Locale) -> Bool
Swift: NMANavigationManager.sharedInstance().map = <Your NMAMapView>
Here iOS SDK NMAMapView
HERE iOS SDK NMANavigationManager
answered Mar 26 at 13:00
HERE Developer SupportHERE Developer Support
2,8541 gold badge9 silver badges15 bronze badges
2,8541 gold badge9 silver badges15 bronze badges
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the theroadName
that I take from thecurrentManeuver
has still the greek letters.
– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
add a comment |
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the theroadName
that I take from thecurrentManeuver
has still the greek letters.
– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the the
roadName
that I take from the currentManeuver
has still the greek letters.– Palleraccio
Mar 26 at 14:31
Unfortunately, it doesn't work for me. I have tried a device with Greek language (iOS 12.1.4). The map takes the display language precisely but the the
roadName
that I take from the currentManeuver
has still the greek letters.– Palleraccio
Mar 26 at 14:31
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
The language of the Navigation Manager depends on the current language of your phone (locale). If you change this to english (or a non greek language), the "roadName" from the the "currentManeuver" will change accordingly.
– HERE Developer Support
Mar 28 at 14:10
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
Ok, so I can't force it to display roads with a specific language. I think it may be a nice improvement, because there are some cases where certain locales are not supported, so in those cases you would see an app, for example, with the map in English, the auto-suggestion in English (it's possible to set the result locale for NMAAutoSuggestionRequest) but with the maneuvers in an another language, making the user interface a little bit confusing. Thanks for the support.
– Palleraccio
Mar 28 at 16:17
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55340466%2fhere-ios-sdk-maneuvers-localization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown